Html Css Color HEX #C8001F Venetian Red

📋 copy color: '#C8001F'

red 200 ◦ green 0 ◦ blue 31

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

Shades of Venetian Red #C8001F

Tints of Venetian Red #C8001F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.42%

R = 86.58%
G = 0%
B = 13.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8001F (or 0xC8001F) is known color: Venetian Red. HEX triplet: C8, 00 and 1F. RGB value is (200,0,31). Sum of RGB (Red+Green+Blue) = 200+0+31=231 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.58% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 200 - color contains mainly: red. Hex color #C8001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8001F is #37FFE0. Grayscale: #3F3F3F. Windows color (decimal): -3669985 or 2031816. OLE color: 2031816.

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

Color convert

RGB 200 0 31 -
CMYK 0 1 0.84 0.22
HSL 350.7º 1% 0.39% -
HSV(B) 350.7º 1% 0.78% -
XYZ 24.07 12.38 2.42 -
YUV 63.33 109.76 225.48 -
System Red Green Blue C M Y K H S L
Decimal 200 0 31 0 1 0.84 0.22 350.7 1 0.39
Hex C8 0 1F 0 64 54 16 15F 64 27
Octal 310 0 37 0 144 124 26 537 144 47
Binary 11001000 0 11111 0 1100100 1010100 10110 101011111 1100100 100111

Color Harmonies of #C8001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8001F

Black with #C8001F

Text Example


Text Example

White with #C8001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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