Html Css Color HEX #C01E3B Cardinal

📋 copy color: '#C01E3B'

red 192 ◦ green 30 ◦ blue 59

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

Shades of Cardinal #C01E3B

Tints of Cardinal #C01E3B

RGB

 RED value IS 192 (75.39% from 255) = 68.33%

 GREEN value IS 30 (12.11% from 255) = 10.68%

 BLUE value IS 59 (23.44% from 255) = 21%

R = 68.33%
G = 10.68%
B = 21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C01E3B (or 0xC01E3B) is known color: Cardinal. HEX triplet: C0, 1E and 3B. RGB value is (192,30,59). Sum of RGB (Red+Green+Blue) = 192+30+59=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01E3B is #3FE1C4. Grayscale: #515151. Windows color (decimal): -4186565 or 3874496. OLE color: 3874496.

HSL color Cylindrical-coordinate representation of color #C01E3B: hue angle of 349.26º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01E3B is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 30 59 -
CMYK 0 0.84 0.69 0.25
HSL 349.26º 0.73% 0.44% -
HSV(B) 349.26º 0.84% 0.75% -
XYZ 22.99 12.45 5.33 -
YUV 81.74 115.17 206.64 -
System Red Green Blue C M Y K H S L
Decimal 192 30 59 0 0.84 0.69 0.25 349.26 0.73 0.44
Hex C0 1E 3B 0 54 45 19 15D 49 2C
Octal 300 36 73 0 124 105 31 535 111 54
Binary 11000000 11110 111011 0 1010100 1000101 11001 101011101 1001001 101100

Color Harmonies of #C01E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E3B

Black with #C01E3B

Text Example


Text Example

White with #C01E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E3B; }

 p { color: rgb(192,30,59); }

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

background-color css

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

 a { background-color: rgb(192,30,59); }

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

border-color css

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

 span { border-color: rgb(192,30,59); }

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