Html Css Color HEX #C00249 Cardinal

📋 copy color: '#C00249'

red 192 ◦ green 2 ◦ blue 73

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

Shades of Cardinal #C00249

Tints of Cardinal #C00249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 27.34%

R = 71.91%
G = 0.75%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C00249 (or 0xC00249) is known color: Cardinal. HEX triplet: C0, 02 and 49. RGB value is (192,2,73). Sum of RGB (Red+Green+Blue) = 192+2+73=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C00249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00249 is #3FFDB6. Grayscale: #424242. Windows color (decimal): -4193719 or 4784832. OLE color: 4784832.

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

Color convert

RGB 192 2 73 -
CMYK 0 0.99 0.62 0.25
HSL 337.58º 0.98% 0.38% -
HSV(B) 337.58º 0.99% 0.75% -
XYZ 22.96 11.73 7.36 -
YUV 66.9 131.45 217.23 -
System Red Green Blue C M Y K H S L
Decimal 192 2 73 0 0.99 0.62 0.25 337.58 0.98 0.38
Hex C0 2 49 0 63 3E 19 152 62 26
Octal 300 2 111 0 143 76 31 522 142 46
Binary 11000000 10 1001001 0 1100011 111110 11001 101010010 1100010 100110

Color Harmonies of #C00249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00249

Black with #C00249

Text Example


Text Example

White with #C00249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00249; }

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

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

background-color css

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

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

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

border-color css

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

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

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