Html Css Color HEX #C5033F Cardinal

📋 copy color: '#C5033F'

red 197 ◦ green 3 ◦ blue 63

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

Shades of Cardinal #C5033F

Tints of Cardinal #C5033F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

 BLUE value IS 63 (25% from 255) = 23.95%

R = 74.9%
G = 1.14%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5033F (or 0xC5033F) is known color: Cardinal. HEX triplet: C5, 03 and 3F. RGB value is (197,3,63). Sum of RGB (Red+Green+Blue) = 197+3+63=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C5033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5033F is #3AFCC0. Grayscale: #434343. Windows color (decimal): -3865793 or 4129733. OLE color: 4129733.

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

Color convert

RGB 197 3 63 -
CMYK 0 0.98 0.68 0.23
HSL 341.44º 0.97% 0.39% -
HSV(B) 341.44º 0.98% 0.77% -
XYZ 23.96 12.29 5.81 -
YUV 67.85 125.27 220.12 -
System Red Green Blue C M Y K H S L
Decimal 197 3 63 0 0.98 0.68 0.23 341.44 0.97 0.39
Hex C5 3 3F 0 62 44 17 155 61 27
Octal 305 3 77 0 142 104 27 525 141 47
Binary 11000101 11 111111 0 1100010 1000100 10111 101010101 1100001 100111

Color Harmonies of #C5033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5033F

Black with #C5033F

Text Example


Text Example

White with #C5033F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5033F; }

 p { color: rgb(197,3,63); }

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

background-color css

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

 a { background-color: rgb(197,3,63); }

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

border-color css

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

 span { border-color: rgb(197,3,63); }

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