Html Css Color HEX #C5233F Cardinal

📋 copy color: '#C5233F'

red 197 ◦ green 35 ◦ blue 63

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

Shades of Cardinal #C5233F

Tints of Cardinal #C5233F

RGB

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

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

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

R = 66.78%
G = 11.86%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5233F (or 0xC5233F) is known color: Cardinal. HEX triplet: C5, 23 and 3F. RGB value is (197,35,63). Sum of RGB (Red+Green+Blue) = 197+35+63=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C5233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5233F is #3ADCC0. Grayscale: #565656. Windows color (decimal): -3857601 or 4137925. OLE color: 4137925.

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

Color convert

RGB 197 35 63 -
CMYK 0 0.82 0.68 0.23
HSL 349.63º 0.7% 0.45% -
HSV(B) 349.63º 0.82% 0.77% -
XYZ 24.52 13.43 6 -
YUV 86.63 114.67 206.72 -
System Red Green Blue C M Y K H S L
Decimal 197 35 63 0 0.82 0.68 0.23 349.63 0.7 0.45
Hex C5 23 3F 0 52 44 17 15E 46 2D
Octal 305 43 77 0 122 104 27 536 106 55
Binary 11000101 100011 111111 0 1010010 1000100 10111 101011110 1000110 101101

Color Harmonies of #C5233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5233F

Black with #C5233F

Text Example


Text Example

White with #C5233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5233F; }

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

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

background-color css

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

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

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

border-color css

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

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

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