Html Css Color HEX #C02433 Cardinal

📋 copy color: '#C02433'

red 192 ◦ green 36 ◦ blue 51

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

Shades of Cardinal #C02433

Tints of Cardinal #C02433

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.9%

 BLUE value IS 51 (20.31% from 255) = 18.28%

R = 68.82%
G = 12.9%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C02433 (or 0xC02433) is known color: Cardinal. HEX triplet: C0, 24 and 33. RGB value is (192,36,51). Sum of RGB (Red+Green+Blue) = 192+36+51=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C02433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02433 is #3FDBCC. Grayscale: #545454. Windows color (decimal): -4185037 or 3351744. OLE color: 3351744.

HSL color Cylindrical-coordinate representation of color #C02433: hue angle of 354.23º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02433 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 36 51 -
CMYK 0 0.81 0.73 0.25
HSL 354.23º 0.68% 0.45% -
HSV(B) 354.23º 0.81% 0.75% -
XYZ 22.97 12.71 4.37 -
YUV 84.35 109.18 204.78 -
System Red Green Blue C M Y K H S L
Decimal 192 36 51 0 0.81 0.73 0.25 354.23 0.68 0.45
Hex C0 24 33 0 51 49 19 162 44 2D
Octal 300 44 63 0 121 111 31 542 104 55
Binary 11000000 100100 110011 0 1010001 1001001 11001 101100010 1000100 101101

Color Harmonies of #C02433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02433

Black with #C02433

Text Example


Text Example

White with #C02433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02433; }

 p { color: rgb(192,36,51); }

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

background-color css

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

 a { background-color: rgb(192,36,51); }

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

border-color css

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

 span { border-color: rgb(192,36,51); }

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