Html Css Color HEX #C01E47 Cardinal

📋 copy color: '#C01E47'

red 192 ◦ green 30 ◦ blue 71

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

Shades of Cardinal #C01E47

Tints of Cardinal #C01E47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.23%

R = 65.53%
G = 10.24%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C01E47 (or 0xC01E47) is known color: Cardinal. HEX triplet: C0, 1E and 47. RGB value is (192,30,71). Sum of RGB (Red+Green+Blue) = 192+30+71=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01E47 is #3FE1B8. Grayscale: #535353. Windows color (decimal): -4186553 or 4660928. OLE color: 4660928.

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

Color convert

RGB 192 30 71 -
CMYK 0 0.84 0.63 0.25
HSL 344.81º 0.73% 0.44% -
HSV(B) 344.81º 0.84% 0.75% -
XYZ 23.34 12.59 7.16 -
YUV 83.11 121.17 205.67 -
System Red Green Blue C M Y K H S L
Decimal 192 30 71 0 0.84 0.63 0.25 344.81 0.73 0.44
Hex C0 1E 47 0 54 3F 19 159 49 2C
Octal 300 36 107 0 124 77 31 531 111 54
Binary 11000000 11110 1000111 0 1010100 111111 11001 101011001 1001001 101100

Color Harmonies of #C01E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E47

Black with #C01E47

Text Example


Text Example

White with #C01E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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