Html Css Color HEX #C20830 Cardinal

📋 copy color: '#C20830'

red 194 ◦ green 8 ◦ blue 48

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

Shades of Cardinal #C20830

Tints of Cardinal #C20830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.2%

R = 77.6%
G = 3.2%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C20830 (or 0xC20830) is known color: Cardinal. HEX triplet: C2, 08 and 30. RGB value is (194,8,48). Sum of RGB (Red+Green+Blue) = 194+8+48=250 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.6% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 194 - color contains mainly: red. Hex color #C20830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20830 is #3DF7CF. Grayscale: #444444. Windows color (decimal): -4061136 or 3147970. OLE color: 3147970.

HSL color Cylindrical-coordinate representation of color #C20830: hue angle of 347.1º 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 #C20830 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 8 48 -
CMYK 0 0.96 0.75 0.24
HSL 347.1º 0.92% 0.4% -
HSV(B) 347.1º 0.96% 0.76% -
XYZ 22.87 11.86 3.88 -
YUV 68.17 116.62 217.75 -
System Red Green Blue C M Y K H S L
Decimal 194 8 48 0 0.96 0.75 0.24 347.1 0.92 0.4
Hex C2 8 30 0 60 4B 18 15B 5C 28
Octal 302 10 60 0 140 113 30 533 134 50
Binary 11000010 1000 110000 0 1100000 1001011 11000 101011011 1011100 101000

Color Harmonies of #C20830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20830

Black with #C20830

Text Example


Text Example

White with #C20830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20830; }

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

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

background-color css

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

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

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

border-color css

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

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

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