Html Css Color HEX #C2002B Venetian Red

📋 copy color: '#C2002B'

red 194 ◦ green 0 ◦ blue 43

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

Shades of Venetian Red #C2002B

Tints of Venetian Red #C2002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.14%

R = 81.86%
G = 0%
B = 18.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2002B (or 0xC2002B) is known color: Venetian Red. HEX triplet: C2, 00 and 2B. RGB value is (194,0,43). Sum of RGB (Red+Green+Blue) = 194+0+43=237 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.86% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 194 - color contains mainly: red. Hex color #C2002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2002B is #3DFFD4. Grayscale: #3E3E3E. Windows color (decimal): -4063189 or 2818242. OLE color: 2818242.

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

Color convert

RGB 194 0 43 -
CMYK 0 1 0.78 0.24
HSL 346.7º 1% 0.38% -
HSV(B) 346.7º 1% 0.76% -
XYZ 22.68 11.64 3.34 -
YUV 62.91 116.77 221.5 -
System Red Green Blue C M Y K H S L
Decimal 194 0 43 0 1 0.78 0.24 346.7 1 0.38
Hex C2 0 2B 0 64 4E 18 15B 64 26
Octal 302 0 53 0 144 116 30 533 144 46
Binary 11000010 0 101011 0 1100100 1001110 11000 101011011 1100100 100110

Color Harmonies of #C2002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2002B

Black with #C2002B

Text Example


Text Example

White with #C2002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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