Html Css Color HEX #C02537 Cardinal

📋 copy color: '#C02537'

red 192 ◦ green 37 ◦ blue 55

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

Shades of Cardinal #C02537

Tints of Cardinal #C02537

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.03%

 BLUE value IS 55 (21.88% from 255) = 19.37%

R = 67.61%
G = 13.03%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C02537 (or 0xC02537) is known color: Cardinal. HEX triplet: C0, 25 and 37. RGB value is (192,37,55). Sum of RGB (Red+Green+Blue) = 192+37+55=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C02537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02537 is #3FDAC8. Grayscale: #555555. Windows color (decimal): -4184777 or 3614144. OLE color: 3614144.

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

Color convert

RGB 192 37 55 -
CMYK 0 0.81 0.71 0.25
HSL 353.03º 0.68% 0.45% -
HSV(B) 353.03º 0.81% 0.75% -
XYZ 23.09 12.81 4.87 -
YUV 85.4 110.85 204.04 -
System Red Green Blue C M Y K H S L
Decimal 192 37 55 0 0.81 0.71 0.25 353.03 0.68 0.45
Hex C0 25 37 0 51 47 19 161 44 2D
Octal 300 45 67 0 121 107 31 541 104 55
Binary 11000000 100101 110111 0 1010001 1000111 11001 101100001 1000100 101101

Color Harmonies of #C02537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02537

Black with #C02537

Text Example


Text Example

White with #C02537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02537; }

 p { color: rgb(192,37,55); }

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

background-color css

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

 a { background-color: rgb(192,37,55); }

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

border-color css

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

 span { border-color: rgb(192,37,55); }

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