Html Css Color HEX #C20733 Cardinal

📋 copy color: '#C20733'

red 194 ◦ green 7 ◦ blue 51

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

Shades of Cardinal #C20733

Tints of Cardinal #C20733

RGB

 RED value IS 194 (76.17% from 255) = 76.98%

 GREEN value IS 7 (3.13% from 255) = 2.78%

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

R = 76.98%
G = 2.78%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C20733 (or 0xC20733) is known color: Cardinal. HEX triplet: C2, 07 and 33. RGB value is (194,7,51). Sum of RGB (Red+Green+Blue) = 194+7+51=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C20733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20733 is #3DF8CC. Grayscale: #434343. Windows color (decimal): -4061389 or 3344322. OLE color: 3344322.

HSL color Cylindrical-coordinate representation of color #C20733: hue angle of 345.88º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20733 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 7 51 -
CMYK 0 0.96 0.74 0.24
HSL 345.88º 0.93% 0.39% -
HSV(B) 345.88º 0.96% 0.76% -
XYZ 22.92 11.86 4.21 -
YUV 67.93 118.45 217.92 -
System Red Green Blue C M Y K H S L
Decimal 194 7 51 0 0.96 0.74 0.24 345.88 0.93 0.39
Hex C2 7 33 0 60 4A 18 15A 5D 27
Octal 302 7 63 0 140 112 30 532 135 47
Binary 11000010 111 110011 0 1100000 1001010 11000 101011010 1011101 100111

Color Harmonies of #C20733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20733

Black with #C20733

Text Example


Text Example

White with #C20733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20733; }

 p { color: rgb(194,7,51); }

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

background-color css

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

 a { background-color: rgb(194,7,51); }

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

border-color css

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

 span { border-color: rgb(194,7,51); }

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