Html Css Color HEX #C8001B Venetian Red

📋 copy color: '#C8001B'

red 200 ◦ green 0 ◦ blue 27

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

Shades of Venetian Red #C8001B

Tints of Venetian Red #C8001B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.89%

R = 88.11%
G = 0%
B = 11.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8001B (or 0xC8001B) is known color: Venetian Red. HEX triplet: C8, 00 and 1B. RGB value is (200,0,27). Sum of RGB (Red+Green+Blue) = 200+0+27=227 (30% of max value = 765). Red value is 200 (78.52% from 255 or 88.11% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 200 - color contains mainly: red. Hex color #C8001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8001B is #37FFE4. Grayscale: #3E3E3E. Windows color (decimal): -3669989 or 1769672. OLE color: 1769672.

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

Color convert

RGB 200 0 27 -
CMYK 0 1 0.86 0.22
HSL 351.9º 1% 0.39% -
HSV(B) 351.9º 1% 0.78% -
XYZ 24.02 12.36 2.16 -
YUV 62.88 107.76 225.8 -
System Red Green Blue C M Y K H S L
Decimal 200 0 27 0 1 0.86 0.22 351.9 1 0.39
Hex C8 0 1B 0 64 56 16 160 64 27
Octal 310 0 33 0 144 126 26 540 144 47
Binary 11001000 0 11011 0 1100100 1010110 10110 101100000 1100100 100111

Color Harmonies of #C8001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8001B

Black with #C8001B

Text Example


Text Example

White with #C8001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8001B; }

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

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

background-color css

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

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

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

border-color css

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

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

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