Html Css Color HEX #C02435 Cardinal

📋 copy color: '#C02435'

red 192 ◦ green 36 ◦ blue 53

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

Shades of Cardinal #C02435

Tints of Cardinal #C02435

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.81%

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

R = 68.33%
G = 12.81%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C02435 (or 0xC02435) is known color: Cardinal. HEX triplet: C0, 24 and 35. RGB value is (192,36,53). Sum of RGB (Red+Green+Blue) = 192+36+53=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C02435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02435 is #3FDBCA. Grayscale: #545454. Windows color (decimal): -4185035 or 3482816. OLE color: 3482816.

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

Color convert

RGB 192 36 53 -
CMYK 0 0.81 0.72 0.25
HSL 353.46º 0.68% 0.45% -
HSV(B) 353.46º 0.81% 0.75% -
XYZ 23.01 12.73 4.61 -
YUV 84.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 192 36 53 0 0.81 0.72 0.25 353.46 0.68 0.45
Hex C0 24 35 0 51 48 19 161 44 2D
Octal 300 44 65 0 121 110 31 541 104 55
Binary 11000000 100100 110101 0 1010001 1001000 11001 101100001 1000100 101101

Color Harmonies of #C02435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02435

Black with #C02435

Text Example


Text Example

White with #C02435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02435; }

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

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

background-color css

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

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

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

border-color css

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

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

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