Html Css Color HEX #C5233E Cardinal

📋 copy color: '#C5233E'

red 197 ◦ green 35 ◦ blue 62

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

Shades of Cardinal #C5233E

Tints of Cardinal #C5233E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.9%

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

R = 67.01%
G = 11.9%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5233E (or 0xC5233E) is known color: Cardinal. HEX triplet: C5, 23 and 3E. RGB value is (197,35,62). Sum of RGB (Red+Green+Blue) = 197+35+62=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5233E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5233E is #3ADCC1. Grayscale: #565656. Windows color (decimal): -3857602 or 4072389. OLE color: 4072389.

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

Color convert

RGB 197 35 62 -
CMYK 0 0.82 0.69 0.23
HSL 350º 0.7% 0.45% -
HSV(B) 350º 0.82% 0.77% -
XYZ 24.5 13.42 5.86 -
YUV 86.52 114.17 206.8 -
System Red Green Blue C M Y K H S L
Decimal 197 35 62 0 0.82 0.69 0.23 350 0.7 0.45
Hex C5 23 3E 0 52 45 17 15E 46 2D
Octal 305 43 76 0 122 105 27 536 106 55
Binary 11000101 100011 111110 0 1010010 1000101 10111 101011110 1000110 101101

Color Harmonies of #C5233E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5233E

Black with #C5233E

Text Example


Text Example

White with #C5233E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5233E; }

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

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

background-color css

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

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

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

border-color css

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

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

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