Html Css Color HEX #C00244 Cardinal

📋 copy color: '#C00244'

red 192 ◦ green 2 ◦ blue 68

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

Shades of Cardinal #C00244

Tints of Cardinal #C00244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.95%

R = 73.28%
G = 0.76%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C00244 (or 0xC00244) is known color: Cardinal. HEX triplet: C0, 02 and 44. RGB value is (192,2,68). Sum of RGB (Red+Green+Blue) = 192+2+68=262 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.28% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 192 - color contains mainly: red. Hex color #C00244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00244 is #3FFDBB. Grayscale: #424242. Windows color (decimal): -4193724 or 4457152. OLE color: 4457152.

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

Color convert

RGB 192 2 68 -
CMYK 0 0.99 0.65 0.25
HSL 339.16º 0.98% 0.38% -
HSV(B) 339.16º 0.99% 0.75% -
XYZ 22.8 11.67 6.52 -
YUV 66.33 128.95 217.63 -
System Red Green Blue C M Y K H S L
Decimal 192 2 68 0 0.99 0.65 0.25 339.16 0.98 0.38
Hex C0 2 44 0 63 41 19 153 62 26
Octal 300 2 104 0 143 101 31 523 142 46
Binary 11000000 10 1000100 0 1100011 1000001 11001 101010011 1100010 100110

Color Harmonies of #C00244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00244

Black with #C00244

Text Example


Text Example

White with #C00244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00244; }

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

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

background-color css

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

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

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

border-color css

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

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

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