Html Css Color HEX #C8051C Venetian Red

📋 copy color: '#C8051C'

red 200 ◦ green 5 ◦ blue 28

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

Shades of Venetian Red #C8051C

Tints of Venetian Red #C8051C

RGB

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

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

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

R = 85.84%
G = 2.15%
B = 12.02%

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

#C8051C (or 0xC8051C) is known color: Venetian Red. HEX triplet: C8, 05 and 1C. RGB value is (200,5,28). Sum of RGB (Red+Green+Blue) = 200+5+28=233 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.84% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 200 - color contains mainly: red. Hex color #C8051C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8051C is #37FAE3. Grayscale: #424242. Windows color (decimal): -3668708 or 1836488. OLE color: 1836488.

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

Color convert

RGB 200 5 28 -
CMYK 0 0.98 0.86 0.22
HSL 352.92º 0.95% 0.4% -
HSV(B) 352.92º 0.98% 0.78% -
XYZ 24.08 12.47 2.24 -
YUV 65.93 106.6 223.63 -
System Red Green Blue C M Y K H S L
Decimal 200 5 28 0 0.98 0.86 0.22 352.92 0.95 0.4
Hex C8 5 1C 0 62 56 16 161 5F 28
Octal 310 5 34 0 142 126 26 541 137 50
Binary 11001000 101 11100 0 1100010 1010110 10110 101100001 1011111 101000

Color Harmonies of #C8051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8051C

Black with #C8051C

Text Example


Text Example

White with #C8051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8051C; }

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

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

background-color css

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

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

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

border-color css

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

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

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