Html Css Color HEX #C8051E Venetian Red

📋 copy color: '#C8051E'

red 200 ◦ green 5 ◦ blue 30

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

Shades of Venetian Red #C8051E

Tints of Venetian Red #C8051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.13%

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

R = 85.11%
G = 2.13%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8051E (or 0xC8051E) is known color: Venetian Red. HEX triplet: C8, 05 and 1E. RGB value is (200,5,30). Sum of RGB (Red+Green+Blue) = 200+5+30=235 (31% of max value = 765). Red value is 200 (78.52% from 255 or 85.11% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 200 - color contains mainly: red. Hex color #C8051E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8051E is #37FAE1. Grayscale: #424242. Windows color (decimal): -3668706 or 1967560. OLE color: 1967560.

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

Color convert

RGB 200 5 30 -
CMYK 0 0.98 0.85 0.22
HSL 352.31º 0.95% 0.4% -
HSV(B) 352.31º 0.98% 0.78% -
XYZ 24.11 12.48 2.37 -
YUV 66.16 107.6 223.47 -
System Red Green Blue C M Y K H S L
Decimal 200 5 30 0 0.98 0.85 0.22 352.31 0.95 0.4
Hex C8 5 1E 0 62 55 16 160 5F 28
Octal 310 5 36 0 142 125 26 540 137 50
Binary 11001000 101 11110 0 1100010 1010101 10110 101100000 1011111 101000

Color Harmonies of #C8051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8051E

Black with #C8051E

Text Example


Text Example

White with #C8051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8051E; }

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

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

background-color css

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

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

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

border-color css

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

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

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