Html Css Color HEX #C8011C Venetian Red

📋 copy color: '#C8011C'

red 200 ◦ green 1 ◦ blue 28

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

Shades of Venetian Red #C8011C

Tints of Venetian Red #C8011C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 87.34%
G = 0.44%
B = 12.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8011C (or 0xC8011C) is known color: Venetian Red. HEX triplet: C8, 01 and 1C. RGB value is (200,1,28). Sum of RGB (Red+Green+Blue) = 200+1+28=229 (30% of max value = 765). Red value is 200 (78.52% from 255 or 87.34% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 200 - color contains mainly: red. Hex color #C8011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8011C is #37FEE3. Grayscale: #3F3F3F. Windows color (decimal): -3669732 or 1835464. OLE color: 1835464.

HSL color Cylindrical-coordinate representation of color #C8011C: hue angle of 351.86º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8011C is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 1 28 -
CMYK 0 1.00 0.86 0.22
HSL 351.86º 0.99% 0.39% -
HSV(B) 351.86º 1% 0.78% -
XYZ 24.04 12.38 2.22 -
YUV 63.58 107.93 225.3 -
System Red Green Blue C M Y K H S L
Decimal 200 1 28 0 1.00 0.86 0.22 351.86 0.99 0.39
Hex C8 1 1C 0 64 56 16 160 63 27
Octal 310 1 34 0 144 126 26 540 143 47
Binary 11001000 1 11100 0 1100100 1010110 10110 101100000 1100011 100111

Color Harmonies of #C8011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8011C

Black with #C8011C

Text Example


Text Example

White with #C8011C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8011C; }

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

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

background-color css

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

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

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

border-color css

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

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

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