Html Css Color HEX #C00248 Cardinal

📋 copy color: '#C00248'

red 192 ◦ green 2 ◦ blue 72

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

Shades of Cardinal #C00248

Tints of Cardinal #C00248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.07%

R = 72.18%
G = 0.75%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C00248 (or 0xC00248) is known color: Cardinal. HEX triplet: C0, 02 and 48. RGB value is (192,2,72). Sum of RGB (Red+Green+Blue) = 192+2+72=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C00248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00248 is #3FFDB7. Grayscale: #424242. Windows color (decimal): -4193720 or 4719296. OLE color: 4719296.

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

Color convert

RGB 192 2 72 -
CMYK 0 0.99 0.63 0.25
HSL 337.89º 0.98% 0.38% -
HSV(B) 337.89º 0.99% 0.75% -
XYZ 22.93 11.72 7.18 -
YUV 66.79 130.95 217.31 -
System Red Green Blue C M Y K H S L
Decimal 192 2 72 0 0.99 0.63 0.25 337.89 0.98 0.38
Hex C0 2 48 0 63 3F 19 152 62 26
Octal 300 2 110 0 143 77 31 522 142 46
Binary 11000000 10 1001000 0 1100011 111111 11001 101010010 1100010 100110

Color Harmonies of #C00248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00248

Black with #C00248

Text Example


Text Example

White with #C00248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00248; }

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

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

background-color css

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

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

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

border-color css

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

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

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