#C00239

Color #C00239 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C00239

Tints of Cardinal #C00239

Color information

#C00239 (or 0xC00239) is unknown color: approx Cardinal. HEX triplet: C0, 02 and 39. RGB value is (192,2,57). Sum of RGB (Red+Green+Blue) = 192+2+57=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C00239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00239 is #3FFDC6. Grayscale: #414141. Windows color (decimal): -4193735 or 3736256. OLE color: 3736256.

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

Color convert

RGB192257-
CMYK00.990.700.25
HSL342.63º97.94%38.04%-
HSV(B)342.63º98.96%75.29%-
XYZ22.511.554.91-
YUV65.08123.45218.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 76.49%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 57 (22.66% from 255) = 22.71%
R=76.49%
G=0.80%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19225700.990.700.25342.6397.9438.04
HexC023906346191576226
Octal30027101431063152714246
Binary1100000010111001011000111000110110011010101111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00239; }

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

 H1.HeaderClassName
 {
   color: #C00239;
 }
 .AnyTagClassName
 {
   color: #C00239;
 }
</style>
background-color css

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

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

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

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

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

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