Html Css Color HEX #C01E45 Cardinal

📋 copy color: '#C01E45'

red 192 ◦ green 30 ◦ blue 69

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

Shades of Cardinal #C01E45

Tints of Cardinal #C01E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.71%

R = 65.98%
G = 10.31%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C01E45 (or 0xC01E45) is known color: Cardinal. HEX triplet: C0, 1E and 45. RGB value is (192,30,69). Sum of RGB (Red+Green+Blue) = 192+30+69=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01E45 is #3FE1BA. Grayscale: #525252. Windows color (decimal): -4186555 or 4529856. OLE color: 4529856.

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

Color convert

RGB 192 30 69 -
CMYK 0 0.84 0.64 0.25
HSL 345.56º 0.73% 0.44% -
HSV(B) 345.56º 0.84% 0.75% -
XYZ 23.28 12.56 6.83 -
YUV 82.88 120.17 205.83 -
System Red Green Blue C M Y K H S L
Decimal 192 30 69 0 0.84 0.64 0.25 345.56 0.73 0.44
Hex C0 1E 45 0 54 40 19 15A 49 2C
Octal 300 36 105 0 124 100 31 532 111 54
Binary 11000000 11110 1000101 0 1010100 1000000 11001 101011010 1001001 101100

Color Harmonies of #C01E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E45

Black with #C01E45

Text Example


Text Example

White with #C01E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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