Html Css Color HEX #C8001C Venetian Red

📋 copy color: '#C8001C'

red 200 ◦ green 0 ◦ blue 28

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

Shades of Venetian Red #C8001C

Tints of Venetian Red #C8001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.28%

R = 87.72%
G = 0%
B = 12.28%

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

#C8001C (or 0xC8001C) is known color: Venetian Red. HEX triplet: C8, 00 and 1C. RGB value is (200,0,28). Sum of RGB (Red+Green+Blue) = 200+0+28=228 (30% of max value = 765). Red value is 200 (78.52% from 255 or 87.72% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 200 - color contains mainly: red. Hex color #C8001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8001C is #37FFE3. Grayscale: #3F3F3F. Windows color (decimal): -3669988 or 1835208. OLE color: 1835208.

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

Color convert

RGB 200 0 28 -
CMYK 0 1 0.86 0.22
HSL 351.6º 1% 0.39% -
HSV(B) 351.6º 1% 0.78% -
XYZ 24.03 12.36 2.22 -
YUV 62.99 108.26 225.72 -
System Red Green Blue C M Y K H S L
Decimal 200 0 28 0 1 0.86 0.22 351.6 1 0.39
Hex C8 0 1C 0 64 56 16 160 64 27
Octal 310 0 34 0 144 126 26 540 144 47
Binary 11001000 0 11100 0 1100100 1010110 10110 101100000 1100100 100111

Color Harmonies of #C8001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8001C

Black with #C8001C

Text Example


Text Example

White with #C8001C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8001C; }

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

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

background-color css

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

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

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

border-color css

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

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

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