Html Css Color HEX #C8011F Venetian Red

📋 copy color: '#C8011F'

red 200 ◦ green 1 ◦ blue 31

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

Shades of Venetian Red #C8011F

Tints of Venetian Red #C8011F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.36%

R = 86.21%
G = 0.43%
B = 13.36%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8011F (or 0xC8011F) is known color: Venetian Red. HEX triplet: C8, 01 and 1F. RGB value is (200,1,31). Sum of RGB (Red+Green+Blue) = 200+1+31=232 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.21% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 200 - color contains mainly: red. Hex color #C8011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8011F is #37FEE0. Grayscale: #404040. Windows color (decimal): -3669729 or 2032072. OLE color: 2032072.

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

Color convert

RGB 200 1 31 -
CMYK 0 1.00 0.84 0.22
HSL 350.95º 0.99% 0.39% -
HSV(B) 350.95º 1% 0.78% -
XYZ 24.08 12.4 2.42 -
YUV 63.92 109.43 225.06 -
System Red Green Blue C M Y K H S L
Decimal 200 1 31 0 1.00 0.84 0.22 350.95 0.99 0.39
Hex C8 1 1F 0 64 54 16 15F 63 27
Octal 310 1 37 0 144 124 26 537 143 47
Binary 11001000 1 11111 0 1100100 1010100 10110 101011111 1100011 100111

Color Harmonies of #C8011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8011F

Black with #C8011F

Text Example


Text Example

White with #C8011F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8011F; }

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

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

background-color css

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

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

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

border-color css

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

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

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