Html Css Color HEX #C5023D Cardinal

📋 copy color: '#C5023D'

red 197 ◦ green 2 ◦ blue 61

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

Shades of Cardinal #C5023D

Tints of Cardinal #C5023D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.46%

R = 75.77%
G = 0.77%
B = 23.46%

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

#C5023D (or 0xC5023D) is known color: Cardinal. HEX triplet: C5, 02 and 3D. RGB value is (197,2,61). Sum of RGB (Red+Green+Blue) = 197+2+61=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C5023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5023D is #3AFDC2. Grayscale: #424242. Windows color (decimal): -3866051 or 3998405. OLE color: 3998405.

HSL color Cylindrical-coordinate representation of color #C5023D: hue angle of 341.85º 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 #C5023D is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 2 61 -
CMYK 0 0.99 0.69 0.23
HSL 341.85º 0.98% 0.39% -
HSV(B) 341.85º 0.99% 0.77% -
XYZ 23.89 12.25 5.52 -
YUV 67.03 124.6 220.7 -
System Red Green Blue C M Y K H S L
Decimal 197 2 61 0 0.99 0.69 0.23 341.85 0.98 0.39
Hex C5 2 3D 0 63 45 17 156 62 27
Octal 305 2 75 0 143 105 27 526 142 47
Binary 11000101 10 111101 0 1100011 1000101 10111 101010110 1100010 100111

Color Harmonies of #C5023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5023D

Black with #C5023D

Text Example


Text Example

White with #C5023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5023D; }

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

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

background-color css

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

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

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

border-color css

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

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

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