Html Css Color HEX #C02136 Cardinal

📋 copy color: '#C02136'

red 192 ◦ green 33 ◦ blue 54

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

Shades of Cardinal #C02136

Tints of Cardinal #C02136

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.83%

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

R = 68.82%
G = 11.83%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C02136 (or 0xC02136) is known color: Cardinal. HEX triplet: C0, 21 and 36. RGB value is (192,33,54). Sum of RGB (Red+Green+Blue) = 192+33+54=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C02136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02136 is #3FDEC9. Grayscale: #535353. Windows color (decimal): -4185802 or 3547584. OLE color: 3547584.

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

Color convert

RGB 192 33 54 -
CMYK 0 0.83 0.72 0.25
HSL 352.08º 0.71% 0.44% -
HSV(B) 352.08º 0.83% 0.75% -
XYZ 22.95 12.56 4.7 -
YUV 82.94 111.68 205.79 -
System Red Green Blue C M Y K H S L
Decimal 192 33 54 0 0.83 0.72 0.25 352.08 0.71 0.44
Hex C0 21 36 0 53 48 19 160 47 2C
Octal 300 41 66 0 123 110 31 540 107 54
Binary 11000000 100001 110110 0 1010011 1001000 11001 101100000 1000111 101100

Color Harmonies of #C02136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02136

Black with #C02136

Text Example


Text Example

White with #C02136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02136; }

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

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

background-color css

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

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

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

border-color css

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

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

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