Html Css Color HEX #C02238 Cardinal

📋 copy color: '#C02238'

red 192 ◦ green 34 ◦ blue 56

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

Shades of Cardinal #C02238

Tints of Cardinal #C02238

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.06%

 BLUE value IS 56 (22.27% from 255) = 19.86%

R = 68.09%
G = 12.06%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C02238 (or 0xC02238) is known color: Cardinal. HEX triplet: C0, 22 and 38. RGB value is (192,34,56). Sum of RGB (Red+Green+Blue) = 192+34+56=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C02238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02238 is #3FDDC7. Grayscale: #535353. Windows color (decimal): -4185544 or 3678912. OLE color: 3678912.

HSL color Cylindrical-coordinate representation of color #C02238: hue angle of 351.65º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02238 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 34 56 -
CMYK 0 0.82 0.71 0.25
HSL 351.65º 0.7% 0.44% -
HSV(B) 351.65º 0.82% 0.75% -
XYZ 23.02 12.64 4.97 -
YUV 83.75 112.35 205.21 -
System Red Green Blue C M Y K H S L
Decimal 192 34 56 0 0.82 0.71 0.25 351.65 0.7 0.44
Hex C0 22 38 0 52 47 19 160 46 2C
Octal 300 42 70 0 122 107 31 540 106 54
Binary 11000000 100010 111000 0 1010010 1000111 11001 101100000 1000110 101100

Color Harmonies of #C02238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02238

Black with #C02238

Text Example


Text Example

White with #C02238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02238; }

 p { color: rgb(192,34,56); }

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

background-color css

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

 a { background-color: rgb(192,34,56); }

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

border-color css

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

 span { border-color: rgb(192,34,56); }

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