Html Css Color HEX #C20833 Cardinal

📋 copy color: '#C20833'

red 194 ◦ green 8 ◦ blue 51

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

Shades of Cardinal #C20833

Tints of Cardinal #C20833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.16%

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

R = 76.68%
G = 3.16%
B = 20.16%

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

#C20833 (or 0xC20833) is known color: Cardinal. HEX triplet: C2, 08 and 33. RGB value is (194,8,51). Sum of RGB (Red+Green+Blue) = 194+8+51=253 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.68% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 194 - color contains mainly: red. Hex color #C20833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20833 is #3DF7CC. Grayscale: #444444. Windows color (decimal): -4061133 or 3344578. OLE color: 3344578.

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

Color convert

RGB 194 8 51 -
CMYK 0 0.96 0.74 0.24
HSL 346.13º 0.92% 0.4% -
HSV(B) 346.13º 0.96% 0.76% -
XYZ 22.93 11.88 4.22 -
YUV 68.52 118.12 217.5 -
System Red Green Blue C M Y K H S L
Decimal 194 8 51 0 0.96 0.74 0.24 346.13 0.92 0.4
Hex C2 8 33 0 60 4A 18 15A 5C 28
Octal 302 10 63 0 140 112 30 532 134 50
Binary 11000010 1000 110011 0 1100000 1001010 11000 101011010 1011100 101000

Color Harmonies of #C20833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20833

Black with #C20833

Text Example


Text Example

White with #C20833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20833; }

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

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

background-color css

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

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

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

border-color css

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

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

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