Html Css Color HEX #C01240 Cardinal

📋 copy color: '#C01240'

red 192 ◦ green 18 ◦ blue 64

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

Shades of Cardinal #C01240

Tints of Cardinal #C01240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.36%

R = 70.07%
G = 6.57%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C01240 (or 0xC01240) is known color: Cardinal. HEX triplet: C0, 12 and 40. RGB value is (192,18,64). Sum of RGB (Red+Green+Blue) = 192+18+64=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C01240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01240 is #3FEDBF. Grayscale: #4B4B4B. Windows color (decimal): -4189632 or 4199104. OLE color: 4199104.

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

Color convert

RGB 192 18 64 -
CMYK 0 0.91 0.67 0.25
HSL 344.14º 0.83% 0.41% -
HSV(B) 344.14º 0.91% 0.75% -
XYZ 22.88 12.01 5.96 -
YUV 75.27 121.65 211.26 -
System Red Green Blue C M Y K H S L
Decimal 192 18 64 0 0.91 0.67 0.25 344.14 0.83 0.41
Hex C0 12 40 0 5B 43 19 158 53 29
Octal 300 22 100 0 133 103 31 530 123 51
Binary 11000000 10010 1000000 0 1011011 1000011 11001 101011000 1010011 101001

Color Harmonies of #C01240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01240

Black with #C01240

Text Example


Text Example

White with #C01240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01240; }

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

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

background-color css

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

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

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

border-color css

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

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

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