Html Css Color HEX #C8051D Venetian Red

📋 copy color: '#C8051D'

red 200 ◦ green 5 ◦ blue 29

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

Shades of Venetian Red #C8051D

Tints of Venetian Red #C8051D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.39%

R = 85.47%
G = 2.14%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8051D (or 0xC8051D) is known color: Venetian Red. HEX triplet: C8, 05 and 1D. RGB value is (200,5,29). Sum of RGB (Red+Green+Blue) = 200+5+29=234 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.47% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 200 - color contains mainly: red. Hex color #C8051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8051D is #37FAE2. Grayscale: #424242. Windows color (decimal): -3668707 or 1902024. OLE color: 1902024.

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

Color convert

RGB 200 5 29 -
CMYK 0 0.98 0.86 0.22
HSL 352.62º 0.95% 0.4% -
HSV(B) 352.62º 0.98% 0.78% -
XYZ 24.1 12.48 2.3 -
YUV 66.04 107.1 223.55 -
System Red Green Blue C M Y K H S L
Decimal 200 5 29 0 0.98 0.86 0.22 352.62 0.95 0.4
Hex C8 5 1D 0 62 56 16 161 5F 28
Octal 310 5 35 0 142 126 26 541 137 50
Binary 11001000 101 11101 0 1100010 1010110 10110 101100001 1011111 101000

Color Harmonies of #C8051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8051D

Black with #C8051D

Text Example


Text Example

White with #C8051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8051D; }

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

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

background-color css

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

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

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

border-color css

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

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

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