Html Css Color HEX #C50234 Cardinal

📋 copy color: '#C50234'

red 197 ◦ green 2 ◦ blue 52

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

Shades of Cardinal #C50234

Tints of Cardinal #C50234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.72%

R = 78.49%
G = 0.8%
B = 20.72%

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

#C50234 (or 0xC50234) is known color: Cardinal. HEX triplet: C5, 02 and 34. RGB value is (197,2,52). Sum of RGB (Red+Green+Blue) = 197+2+52=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C50234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50234 is #3AFDCB. Grayscale: #424242. Windows color (decimal): -3866060 or 3408581. OLE color: 3408581.

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

Color convert

RGB 197 2 52 -
CMYK 0 0.99 0.74 0.23
HSL 344.62º 0.98% 0.39% -
HSV(B) 344.62º 0.99% 0.77% -
XYZ 23.67 12.16 4.35 -
YUV 66.01 120.1 221.43 -
System Red Green Blue C M Y K H S L
Decimal 197 2 52 0 0.99 0.74 0.23 344.62 0.98 0.39
Hex C5 2 34 0 63 4A 17 159 62 27
Octal 305 2 64 0 143 112 27 531 142 47
Binary 11000101 10 110100 0 1100011 1001010 10111 101011001 1100010 100111

Color Harmonies of #C50234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50234

Black with #C50234

Text Example


Text Example

White with #C50234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50234; }

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

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

background-color css

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

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

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

border-color css

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

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

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