Html Css Color HEX #C5023E Cardinal

📋 copy color: '#C5023E'

red 197 ◦ green 2 ◦ blue 62

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

Shades of Cardinal #C5023E

Tints of Cardinal #C5023E

RGB

 RED value IS 197 (77.34% from 255) = 75.48%

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 62 (24.61% from 255) = 23.75%

R = 75.48%
G = 0.77%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5023E (or 0xC5023E) is known color: Cardinal. HEX triplet: C5, 02 and 3E. RGB value is (197,2,62). Sum of RGB (Red+Green+Blue) = 197+2+62=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C5023E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5023E is #3AFDC1. Grayscale: #434343. Windows color (decimal): -3866050 or 4063941. OLE color: 4063941.

HSL color Cylindrical-coordinate representation of color #C5023E: hue angle of 341.54º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5023E is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 2 62 -
CMYK 0 0.99 0.69 0.23
HSL 341.54º 0.98% 0.39% -
HSV(B) 341.54º 0.99% 0.77% -
XYZ 23.92 12.26 5.66 -
YUV 67.15 125.1 220.62 -
System Red Green Blue C M Y K H S L
Decimal 197 2 62 0 0.99 0.69 0.23 341.54 0.98 0.39
Hex C5 2 3E 0 63 45 17 156 62 27
Octal 305 2 76 0 143 105 27 526 142 47
Binary 11000101 10 111110 0 1100011 1000101 10111 101010110 1100010 100111

Color Harmonies of #C5023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5023E

Black with #C5023E

Text Example


Text Example

White with #C5023E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5023E; }

 p { color: rgb(197,2,62); }

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

background-color css

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

 a { background-color: rgb(197,2,62); }

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

border-color css

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

 span { border-color: rgb(197,2,62); }

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