Html Css Color HEX #C50933 Cardinal

📋 copy color: '#C50933'

red 197 ◦ green 9 ◦ blue 51

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

Shades of Cardinal #C50933

Tints of Cardinal #C50933

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.5%

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

R = 76.65%
G = 3.5%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C50933 (or 0xC50933) is known color: Cardinal. HEX triplet: C5, 09 and 33. RGB value is (197,9,51). Sum of RGB (Red+Green+Blue) = 197+9+51=257 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.65% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 197 - color contains mainly: red. Hex color #C50933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50933 is #3AF6CC. Grayscale: #464646. Windows color (decimal): -3864269 or 3344837. OLE color: 3344837.

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

Color convert

RGB 197 9 51 -
CMYK 0 0.95 0.74 0.23
HSL 346.6º 0.91% 0.4% -
HSV(B) 346.6º 0.95% 0.77% -
XYZ 23.72 12.3 4.26 -
YUV 70 117.28 218.58 -
System Red Green Blue C M Y K H S L
Decimal 197 9 51 0 0.95 0.74 0.23 346.6 0.91 0.4
Hex C5 9 33 0 5F 4A 17 15B 5B 28
Octal 305 11 63 0 137 112 27 533 133 50
Binary 11000101 1001 110011 0 1011111 1001010 10111 101011011 1011011 101000

Color Harmonies of #C50933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50933

Black with #C50933

Text Example


Text Example

White with #C50933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50933; }

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

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

background-color css

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

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

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

border-color css

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

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

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