Html Css Color HEX #C8011B Venetian Red

📋 copy color: '#C8011B'

red 200 ◦ green 1 ◦ blue 27

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

Shades of Venetian Red #C8011B

Tints of Venetian Red #C8011B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.84%

R = 87.72%
G = 0.44%
B = 11.84%

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

#C8011B (or 0xC8011B) is known color: Venetian Red. HEX triplet: C8, 01 and 1B. RGB value is (200,1,27). Sum of RGB (Red+Green+Blue) = 200+1+27=228 (30% of max value = 765). Red value is 200 (78.52% from 255 or 87.72% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 200 - color contains mainly: red. Hex color #C8011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8011B is #37FEE4. Grayscale: #3F3F3F. Windows color (decimal): -3669733 or 1769928. OLE color: 1769928.

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

Color convert

RGB 200 1 27 -
CMYK 0 1.00 0.86 0.22
HSL 352.16º 0.99% 0.39% -
HSV(B) 352.16º 1% 0.78% -
XYZ 24.03 12.38 2.16 -
YUV 63.47 107.43 225.39 -
System Red Green Blue C M Y K H S L
Decimal 200 1 27 0 1.00 0.86 0.22 352.16 0.99 0.39
Hex C8 1 1B 0 64 56 16 160 63 27
Octal 310 1 33 0 144 126 26 540 143 47
Binary 11001000 1 11011 0 1100100 1010110 10110 101100000 1100011 100111

Color Harmonies of #C8011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8011B

Black with #C8011B

Text Example


Text Example

White with #C8011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8011B; }

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

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

background-color css

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

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

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

border-color css

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

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

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