Html Css Color HEX #C8001E Venetian Red

📋 copy color: '#C8001E'

red 200 ◦ green 0 ◦ blue 30

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

Shades of Venetian Red #C8001E

Tints of Venetian Red #C8001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.04%

R = 86.96%
G = 0%
B = 13.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8001E (or 0xC8001E) is known color: Venetian Red. HEX triplet: C8, 00 and 1E. RGB value is (200,0,30). Sum of RGB (Red+Green+Blue) = 200+0+30=230 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.96% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 200 - color contains mainly: red. Hex color #C8001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8001E is #37FFE1. Grayscale: #3F3F3F. Windows color (decimal): -3669986 or 1966280. OLE color: 1966280.

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

Color convert

RGB 200 0 30 -
CMYK 0 1 0.85 0.22
HSL 351º 1% 0.39% -
HSV(B) 351º 1% 0.78% -
XYZ 24.05 12.37 2.35 -
YUV 63.22 109.26 225.56 -
System Red Green Blue C M Y K H S L
Decimal 200 0 30 0 1 0.85 0.22 351 1 0.39
Hex C8 0 1E 0 64 55 16 15F 64 27
Octal 310 0 36 0 144 125 26 537 144 47
Binary 11001000 0 11110 0 1100100 1010101 10110 101011111 1100100 100111

Color Harmonies of #C8001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8001E

Black with #C8001E

Text Example


Text Example

White with #C8001E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8001E; }

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

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

background-color css

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

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

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

border-color css

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

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

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