Html Css Color HEX #C2030B Venetian Red

📋 copy color: '#C2030B'

red 194 ◦ green 3 ◦ blue 11

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

Shades of Venetian Red #C2030B

Tints of Venetian Red #C2030B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.29%

R = 93.27%
G = 1.44%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2030B (or 0xC2030B) is known color: Venetian Red. HEX triplet: C2, 03 and 0B. RGB value is (194,3,11). Sum of RGB (Red+Green+Blue) = 194+3+11=208 (27% of max value = 765). Red value is 194 (76.17% from 255 or 93.27% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 194 - color contains mainly: red. Hex color #C2030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2030B is #3DFCF4. Grayscale: #3D3D3D. Windows color (decimal): -4062453 or 721858. OLE color: 721858.

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

Color convert

RGB 194 3 11 -
CMYK 0 0.98 0.94 0.24
HSL 357.49º 0.97% 0.39% -
HSV(B) 357.49º 0.98% 0.76% -
XYZ 22.34 11.56 1.37 -
YUV 61.02 99.78 222.85 -
System Red Green Blue C M Y K H S L
Decimal 194 3 11 0 0.98 0.94 0.24 357.49 0.97 0.39
Hex C2 3 B 0 62 5E 18 165 61 27
Octal 302 3 13 0 142 136 30 545 141 47
Binary 11000010 11 1011 0 1100010 1011110 11000 101100101 1100001 100111

Color Harmonies of #C2030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2030B

Black with #C2030B

Text Example


Text Example

White with #C2030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2030B; }

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

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

background-color css

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

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

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

border-color css

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

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

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