Html Css Color HEX #C02235 Cardinal

📋 copy color: '#C02235'

red 192 ◦ green 34 ◦ blue 53

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

Shades of Cardinal #C02235

Tints of Cardinal #C02235

RGB

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

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

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

R = 68.82%
G = 12.19%
B = 19%

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

#C02235 (or 0xC02235) is known color: Cardinal. HEX triplet: C0, 22 and 35. RGB value is (192,34,53). Sum of RGB (Red+Green+Blue) = 192+34+53=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C02235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02235 is #3FDDCA. Grayscale: #535353. Windows color (decimal): -4185547 or 3482304. OLE color: 3482304.

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

Color convert

RGB 192 34 53 -
CMYK 0 0.82 0.72 0.25
HSL 352.78º 0.7% 0.44% -
HSV(B) 352.78º 0.82% 0.75% -
XYZ 22.95 12.61 4.59 -
YUV 83.41 110.85 205.46 -
System Red Green Blue C M Y K H S L
Decimal 192 34 53 0 0.82 0.72 0.25 352.78 0.7 0.44
Hex C0 22 35 0 52 48 19 161 46 2C
Octal 300 42 65 0 122 110 31 541 106 54
Binary 11000000 100010 110101 0 1010010 1001000 11001 101100001 1000110 101100

Color Harmonies of #C02235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02235

Black with #C02235

Text Example


Text Example

White with #C02235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02235; }

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

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

background-color css

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

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

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

border-color css

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

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

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