Html Css Color HEX #C01E2A Cardinal

📋 copy color: '#C01E2A'

red 192 ◦ green 30 ◦ blue 42

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

Shades of Cardinal #C01E2A

Tints of Cardinal #C01E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.91%

R = 72.73%
G = 11.36%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C01E2A (or 0xC01E2A) is known color: Cardinal. HEX triplet: C0, 1E and 2A. RGB value is (192,30,42). Sum of RGB (Red+Green+Blue) = 192+30+42=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01E2A is #3FE1D5. Grayscale: #4F4F4F. Windows color (decimal): -4186582 or 2760384. OLE color: 2760384.

HSL color Cylindrical-coordinate representation of color #C01E2A: hue angle of 355.56º 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 #C01E2A is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 30 42 -
CMYK 0 0.84 0.78 0.25
HSL 355.56º 0.73% 0.44% -
HSV(B) 355.56º 0.84% 0.75% -
XYZ 22.62 12.3 3.37 -
YUV 79.81 106.67 208.02 -
System Red Green Blue C M Y K H S L
Decimal 192 30 42 0 0.84 0.78 0.25 355.56 0.73 0.44
Hex C0 1E 2A 0 54 4E 19 164 49 2C
Octal 300 36 52 0 124 116 31 544 111 54
Binary 11000000 11110 101010 0 1010100 1001110 11001 101100100 1001001 101100

Color Harmonies of #C01E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E2A

Black with #C01E2A

Text Example


Text Example

White with #C01E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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