Html Css Color HEX #C50033 Cardinal

📋 copy color: '#C50033'

red 197 ◦ green 0 ◦ blue 51

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

Shades of Cardinal #C50033

Tints of Cardinal #C50033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.44%
G = 0%
B = 20.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C50033 (or 0xC50033) is known color: Cardinal. HEX triplet: C5, 00 and 33. RGB value is (197,0,51). Sum of RGB (Red+Green+Blue) = 197+0+51=248 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.44% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 197 - color contains mainly: red. Hex color #C50033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50033 is #3AFFCC. Grayscale: #404040. Windows color (decimal): -3866573 or 3342533. OLE color: 3342533.

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

Color convert

RGB 197 0 51 -
CMYK 0 1 0.74 0.23
HSL 344.47º 1% 0.39% -
HSV(B) 344.47º 1% 0.77% -
XYZ 23.62 12.11 4.22 -
YUV 64.72 120.27 222.35 -
System Red Green Blue C M Y K H S L
Decimal 197 0 51 0 1 0.74 0.23 344.47 1 0.39
Hex C5 0 33 0 64 4A 17 158 64 27
Octal 305 0 63 0 144 112 27 530 144 47
Binary 11000101 0 110011 0 1100100 1001010 10111 101011000 1100100 100111

Color Harmonies of #C50033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50033

Black with #C50033

Text Example


Text Example

White with #C50033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50033; }

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

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

background-color css

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

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

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

border-color css

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

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

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