Html Css Color HEX #C01242 Cardinal

📋 copy color: '#C01242'

red 192 ◦ green 18 ◦ blue 66

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

Shades of Cardinal #C01242

Tints of Cardinal #C01242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.52%

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

R = 69.57%
G = 6.52%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C01242 (or 0xC01242) is known color: Cardinal. HEX triplet: C0, 12 and 42. RGB value is (192,18,66). Sum of RGB (Red+Green+Blue) = 192+18+66=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C01242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01242 is #3FEDBD. Grayscale: #4B4B4B. Windows color (decimal): -4189630 or 4330176. OLE color: 4330176.

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

Color convert

RGB 192 18 66 -
CMYK 0 0.91 0.66 0.25
HSL 343.45º 0.83% 0.41% -
HSV(B) 343.45º 0.91% 0.75% -
XYZ 22.94 12.03 6.27 -
YUV 75.5 122.65 211.1 -
System Red Green Blue C M Y K H S L
Decimal 192 18 66 0 0.91 0.66 0.25 343.45 0.83 0.41
Hex C0 12 42 0 5B 42 19 157 53 29
Octal 300 22 102 0 133 102 31 527 123 51
Binary 11000000 10010 1000010 0 1011011 1000010 11001 101010111 1010011 101001

Color Harmonies of #C01242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01242

Black with #C01242

Text Example


Text Example

White with #C01242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01242; }

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

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

background-color css

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

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

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

border-color css

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

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

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