Html Css Color HEX #C02236 Cardinal

📋 copy color: '#C02236'

red 192 ◦ green 34 ◦ blue 54

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

Shades of Cardinal #C02236

Tints of Cardinal #C02236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.29%

R = 68.57%
G = 12.14%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C02236 (or 0xC02236) is known color: Cardinal. HEX triplet: C0, 22 and 36. RGB value is (192,34,54). Sum of RGB (Red+Green+Blue) = 192+34+54=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C02236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02236 is #3FDDC9. Grayscale: #535353. Windows color (decimal): -4185546 or 3547840. OLE color: 3547840.

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

Color convert

RGB 192 34 54 -
CMYK 0 0.82 0.72 0.25
HSL 352.41º 0.7% 0.44% -
HSV(B) 352.41º 0.82% 0.75% -
XYZ 22.98 12.62 4.71 -
YUV 83.52 111.35 205.37 -
System Red Green Blue C M Y K H S L
Decimal 192 34 54 0 0.82 0.72 0.25 352.41 0.7 0.44
Hex C0 22 36 0 52 48 19 160 46 2C
Octal 300 42 66 0 122 110 31 540 106 54
Binary 11000000 100010 110110 0 1010010 1001000 11001 101100000 1000110 101100

Color Harmonies of #C02236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02236

Black with #C02236

Text Example


Text Example

White with #C02236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02236; }

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

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

background-color css

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

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

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

border-color css

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

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

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