Html Css Color HEX #C8011A Venetian Red

📋 copy color: '#C8011A'

red 200 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #C8011A

Tints of Venetian Red #C8011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.45%

R = 88.11%
G = 0.44%
B = 11.45%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8011A (or 0xC8011A) is known color: Venetian Red. HEX triplet: C8, 01 and 1A. RGB value is (200,1,26). Sum of RGB (Red+Green+Blue) = 200+1+26=227 (30% of max value = 765). Red value is 200 (78.52% from 255 or 88.11% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 200 - color contains mainly: red. Hex color #C8011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8011A is #37FEE5. Grayscale: #3F3F3F. Windows color (decimal): -3669734 or 1704392. OLE color: 1704392.

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

Color convert

RGB 200 1 26 -
CMYK 0 1.00 0.87 0.22
HSL 352.46º 0.99% 0.39% -
HSV(B) 352.46º 1% 0.78% -
XYZ 24.02 12.38 2.1 -
YUV 63.35 106.93 225.47 -
System Red Green Blue C M Y K H S L
Decimal 200 1 26 0 1.00 0.87 0.22 352.46 0.99 0.39
Hex C8 1 1A 0 64 57 16 160 63 27
Octal 310 1 32 0 144 127 26 540 143 47
Binary 11001000 1 11010 0 1100100 1010111 10110 101100000 1100011 100111

Color Harmonies of #C8011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8011A

Black with #C8011A

Text Example


Text Example

White with #C8011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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