Html Css Color HEX #C8041F Venetian Red

📋 copy color: '#C8041F'

red 200 ◦ green 4 ◦ blue 31

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

Shades of Venetian Red #C8041F

Tints of Venetian Red #C8041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.7%

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

R = 85.11%
G = 1.7%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8041F (or 0xC8041F) is known color: Venetian Red. HEX triplet: C8, 04 and 1F. RGB value is (200,4,31). Sum of RGB (Red+Green+Blue) = 200+4+31=235 (31% of max value = 765). Red value is 200 (78.52% from 255 or 85.11% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 200 - color contains mainly: red. Hex color #C8041F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8041F is #37FBE0. Grayscale: #414141. Windows color (decimal): -3668961 or 2032840. OLE color: 2032840.

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

Color convert

RGB 200 4 31 -
CMYK 0 0.98 0.84 0.22
HSL 351.73º 0.96% 0.4% -
HSV(B) 351.73º 0.98% 0.78% -
XYZ 24.11 12.47 2.43 -
YUV 65.68 108.43 223.8 -
System Red Green Blue C M Y K H S L
Decimal 200 4 31 0 0.98 0.84 0.22 351.73 0.96 0.4
Hex C8 4 1F 0 62 54 16 160 60 28
Octal 310 4 37 0 142 124 26 540 140 50
Binary 11001000 100 11111 0 1100010 1010100 10110 101100000 1100000 101000

Color Harmonies of #C8041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8041F

Black with #C8041F

Text Example


Text Example

White with #C8041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8041F; }

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

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

background-color css

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

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

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

border-color css

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

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

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