Html Css Color HEX #C50B34 Cardinal

📋 copy color: '#C50B34'

red 197 ◦ green 11 ◦ blue 52

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

Shades of Cardinal #C50B34

Tints of Cardinal #C50B34

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.23%

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

R = 75.77%
G = 4.23%
B = 20%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C50B34 (or 0xC50B34) is known color: Cardinal. HEX triplet: C5, 0B and 34. RGB value is (197,11,52). Sum of RGB (Red+Green+Blue) = 197+11+52=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50B34 is #3AF4CB. Grayscale: #474747. Windows color (decimal): -3863756 or 3410885. OLE color: 3410885.

HSL color Cylindrical-coordinate representation of color #C50B34: hue angle of 346.77º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50B34 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 11 52 -
CMYK 0 0.94 0.74 0.23
HSL 346.77º 0.89% 0.41% -
HSV(B) 346.77º 0.94% 0.77% -
XYZ 23.77 12.36 4.38 -
YUV 71.29 117.12 217.67 -
System Red Green Blue C M Y K H S L
Decimal 197 11 52 0 0.94 0.74 0.23 346.77 0.89 0.41
Hex C5 B 34 0 5E 4A 17 15B 59 29
Octal 305 13 64 0 136 112 27 533 131 51
Binary 11000101 1011 110100 0 1011110 1001010 10111 101011011 1011001 101001

Color Harmonies of #C50B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50B34

Black with #C50B34

Text Example


Text Example

White with #C50B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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