Html Css Color HEX #C50233 Cardinal

📋 copy color: '#C50233'

red 197 ◦ green 2 ◦ blue 51

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

Shades of Cardinal #C50233

Tints of Cardinal #C50233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.4%

R = 78.8%
G = 0.8%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C50233 (or 0xC50233) is known color: Cardinal. HEX triplet: C5, 02 and 33. RGB value is (197,2,51). Sum of RGB (Red+Green+Blue) = 197+2+51=250 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.8% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 197 - color contains mainly: red. Hex color #C50233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50233 is #3AFDCC. Grayscale: #414141. Windows color (decimal): -3866061 or 3343045. OLE color: 3343045.

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

Color convert

RGB 197 2 51 -
CMYK 0 0.99 0.74 0.23
HSL 344.92º 0.98% 0.39% -
HSV(B) 344.92º 0.99% 0.77% -
XYZ 23.65 12.15 4.23 -
YUV 65.89 119.6 221.52 -
System Red Green Blue C M Y K H S L
Decimal 197 2 51 0 0.99 0.74 0.23 344.92 0.98 0.39
Hex C5 2 33 0 63 4A 17 159 62 27
Octal 305 2 63 0 143 112 27 531 142 47
Binary 11000101 10 110011 0 1100011 1001010 10111 101011001 1100010 100111

Color Harmonies of #C50233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50233

Black with #C50233

Text Example


Text Example

White with #C50233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50233; }

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

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

background-color css

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

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

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

border-color css

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

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

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