Html Css Color HEX #C02135 Cardinal

📋 copy color: '#C02135'

red 192 ◦ green 33 ◦ blue 53

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

Shades of Cardinal #C02135

Tints of Cardinal #C02135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.06%

R = 69.06%
G = 11.87%
B = 19.06%

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

#C02135 (or 0xC02135) is known color: Cardinal. HEX triplet: C0, 21 and 35. RGB value is (192,33,53). Sum of RGB (Red+Green+Blue) = 192+33+53=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C02135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02135 is #3FDECA. Grayscale: #525252. Windows color (decimal): -4185803 or 3482048. OLE color: 3482048.

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

Color convert

RGB 192 33 53 -
CMYK 0 0.83 0.72 0.25
HSL 352.45º 0.71% 0.44% -
HSV(B) 352.45º 0.83% 0.75% -
XYZ 22.92 12.55 4.58 -
YUV 82.82 111.18 205.87 -
System Red Green Blue C M Y K H S L
Decimal 192 33 53 0 0.83 0.72 0.25 352.45 0.71 0.44
Hex C0 21 35 0 53 48 19 160 47 2C
Octal 300 41 65 0 123 110 31 540 107 54
Binary 11000000 100001 110101 0 1010011 1001000 11001 101100000 1000111 101100

Color Harmonies of #C02135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02135

Black with #C02135

Text Example


Text Example

White with #C02135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02135; }

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

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

background-color css

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

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

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

border-color css

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

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

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