Html Css Color HEX #C00242 Cardinal

📋 copy color: '#C00242'

red 192 ◦ green 2 ◦ blue 66

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

Shades of Cardinal #C00242

Tints of Cardinal #C00242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 66 (26.17% from 255) = 25.38%

R = 73.85%
G = 0.77%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C00242 (or 0xC00242) is known color: Cardinal. HEX triplet: C0, 02 and 42. RGB value is (192,2,66). Sum of RGB (Red+Green+Blue) = 192+2+66=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C00242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00242 is #3FFDBD. Grayscale: #424242. Windows color (decimal): -4193726 or 4326080. OLE color: 4326080.

HSL color Cylindrical-coordinate representation of color #C00242: hue angle of 339.79º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00242 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 2 66 -
CMYK 0 0.99 0.66 0.25
HSL 339.79º 0.98% 0.38% -
HSV(B) 339.79º 0.99% 0.75% -
XYZ 22.74 11.64 6.2 -
YUV 66.11 127.95 217.8 -
System Red Green Blue C M Y K H S L
Decimal 192 2 66 0 0.99 0.66 0.25 339.79 0.98 0.38
Hex C0 2 42 0 63 42 19 154 62 26
Octal 300 2 102 0 143 102 31 524 142 46
Binary 11000000 10 1000010 0 1100011 1000010 11001 101010100 1100010 100110

Color Harmonies of #C00242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00242

Black with #C00242

Text Example


Text Example

White with #C00242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00242; }

 p { color: rgb(192,2,66); }

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

background-color css

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

 a { background-color: rgb(192,2,66); }

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

border-color css

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

 span { border-color: rgb(192,2,66); }

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