Html Css Color HEX #C20030 Cardinal

📋 copy color: '#C20030'

red 194 ◦ green 0 ◦ blue 48

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

Shades of Cardinal #C20030

Tints of Cardinal #C20030

RGB

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

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

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

R = 80.17%
G = 0%
B = 19.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C20030 (or 0xC20030) is known color: Cardinal. HEX triplet: C2, 00 and 30. RGB value is (194,0,48). Sum of RGB (Red+Green+Blue) = 194+0+48=242 (32% of max value = 765). Red value is 194 (76.17% from 255 or 80.17% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 194 - color contains mainly: red. Hex color #C20030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20030 is #3DFFCF. Grayscale: #3F3F3F. Windows color (decimal): -4063184 or 3145922. OLE color: 3145922.

HSL color Cylindrical-coordinate representation of color #C20030: hue angle of 345.15º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20030 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 0 48 -
CMYK 0 1 0.75 0.24
HSL 345.15º 1% 0.38% -
HSV(B) 345.15º 1% 0.76% -
XYZ 22.78 11.68 3.85 -
YUV 63.48 119.27 221.1 -
System Red Green Blue C M Y K H S L
Decimal 194 0 48 0 1 0.75 0.24 345.15 1 0.38
Hex C2 0 30 0 64 4B 18 159 64 26
Octal 302 0 60 0 144 113 30 531 144 46
Binary 11000010 0 110000 0 1100100 1001011 11000 101011001 1100100 100110

Color Harmonies of #C20030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20030

Black with #C20030

Text Example


Text Example

White with #C20030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20030; }

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

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

background-color css

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

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

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

border-color css

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

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

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