Html Css Color HEX #C20330 Cardinal

📋 copy color: '#C20330'

red 194 ◦ green 3 ◦ blue 48

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

Shades of Cardinal #C20330

Tints of Cardinal #C20330

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

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

R = 79.18%
G = 1.22%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C20330 (or 0xC20330) is known color: Cardinal. HEX triplet: C2, 03 and 30. RGB value is (194,3,48). Sum of RGB (Red+Green+Blue) = 194+3+48=245 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.18% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 194 - color contains mainly: red. Hex color #C20330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20330 is #3DFCCF. Grayscale: #414141. Windows color (decimal): -4062416 or 3146690. OLE color: 3146690.

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

Color convert

RGB 194 3 48 -
CMYK 0 0.98 0.75 0.24
HSL 345.86º 0.97% 0.39% -
HSV(B) 345.86º 0.98% 0.76% -
XYZ 22.81 11.75 3.86 -
YUV 65.24 118.28 219.84 -
System Red Green Blue C M Y K H S L
Decimal 194 3 48 0 0.98 0.75 0.24 345.86 0.97 0.39
Hex C2 3 30 0 62 4B 18 15A 61 27
Octal 302 3 60 0 142 113 30 532 141 47
Binary 11000010 11 110000 0 1100010 1001011 11000 101011010 1100001 100111

Color Harmonies of #C20330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20330

Black with #C20330

Text Example


Text Example

White with #C20330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20330; }

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

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

background-color css

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

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

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

border-color css

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

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

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