Html Css Color HEX #C8002B Venetian Red

📋 copy color: '#C8002B'

red 200 ◦ green 0 ◦ blue 43

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

Shades of Venetian Red #C8002B

Tints of Venetian Red #C8002B

RGB

 RED value IS 200 (78.52% from 255) = 82.3%

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

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

R = 82.3%
G = 0%
B = 17.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8002B (or 0xC8002B) is known color: Venetian Red. HEX triplet: C8, 00 and 2B. RGB value is (200,0,43). Sum of RGB (Red+Green+Blue) = 200+0+43=243 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.30% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 200 - color contains mainly: red. Hex color #C8002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8002B is #37FFD4. Grayscale: #404040. Windows color (decimal): -3669973 or 2818248. OLE color: 2818248.

HSL color Cylindrical-coordinate representation of color #C8002B: hue angle of 347.1º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8002B is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 0 43 -
CMYK 0 1 0.78 0.22
HSL 347.1º 1% 0.39% -
HSV(B) 347.1º 1% 0.78% -
XYZ 24.26 12.45 3.41 -
YUV 64.7 115.76 224.5 -
System Red Green Blue C M Y K H S L
Decimal 200 0 43 0 1 0.78 0.22 347.1 1 0.39
Hex C8 0 2B 0 64 4E 16 15B 64 27
Octal 310 0 53 0 144 116 26 533 144 47
Binary 11001000 0 101011 0 1100100 1001110 10110 101011011 1100100 100111

Color Harmonies of #C8002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8002B

Black with #C8002B

Text Example


Text Example

White with #C8002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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