Html Css Color HEX #C12431 Cardinal

📋 copy color: '#C12431'

red 193 ◦ green 36 ◦ blue 49

#C12431
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #C12431

Tints of Cardinal #C12431

RGB

 RED value IS 193 (75.78% from 255) = 69.42%

 GREEN value IS 36 (14.45% from 255) = 12.95%

 BLUE value IS 49 (19.53% from 255) = 17.63%

R = 69.42%
G = 12.95%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C12431 (or 0xC12431) is known color: Cardinal. HEX triplet: C1, 24 and 31. RGB value is (193,36,49). Sum of RGB (Red+Green+Blue) = 193+36+49=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C12431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12431 is #3EDBCE. Grayscale: #545454. Windows color (decimal): -4119503 or 3220673. OLE color: 3220673.

HSL color Cylindrical-coordinate representation of color #C12431: hue angle of 355.03º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12431 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 36 49 -
CMYK 0 0.81 0.75 0.24
HSL 355.03º 0.69% 0.45% -
HSV(B) 355.03º 0.81% 0.76% -
XYZ 23.18 12.82 4.16 -
YUV 84.43 108.01 205.44 -
System Red Green Blue C M Y K H S L
Decimal 193 36 49 0 0.81 0.75 0.24 355.03 0.69 0.45
Hex C1 24 31 0 51 4B 18 163 45 2D
Octal 301 44 61 0 121 113 30 543 105 55
Binary 11000001 100100 110001 0 1010001 1001011 11000 101100011 1000101 101101

Color Harmonies of #C12431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12431

Black with #C12431

Text Example


Text Example

White with #C12431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12431; }

 p { color: rgb(193,36,49); }

 H1.HeaderClassName
 {
   color: #C12431;
 }
 .AnyTagClassName
 {
   color: #C12431;
 }
</style>

background-color css

<style>
 a { background-color: #C12431; }

 a { background-color: rgb(193,36,49); }

 div.DivClassName
 {
   background-color: #C12431;
 }
 .BgClassName
 {
   background-color: #C12431;
 }
</style>

border-color css

<style>
 span { border-color: #C12431; }

 span { border-color: rgb(193,36,49); }

 td.TdClassName
 {
   border-color: #C12431;
 }
 .TagClassName
 {
   border-color: #C12431;
 }
</style>