Html Css Color HEX #C8031F Venetian Red

📋 copy color: '#C8031F'

red 200 ◦ green 3 ◦ blue 31

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

Shades of Venetian Red #C8031F

Tints of Venetian Red #C8031F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

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

R = 85.47%
G = 1.28%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8031F (or 0xC8031F) is known color: Venetian Red. HEX triplet: C8, 03 and 1F. RGB value is (200,3,31). Sum of RGB (Red+Green+Blue) = 200+3+31=234 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.47% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 200 - color contains mainly: red. Hex color #C8031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8031F is #37FCE0. Grayscale: #414141. Windows color (decimal): -3669217 or 2032584. OLE color: 2032584.

HSL color Cylindrical-coordinate representation of color #C8031F: hue angle of 351.47º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8031F is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 3 31 -
CMYK 0 0.98 0.84 0.22
HSL 351.47º 0.97% 0.4% -
HSV(B) 351.47º 0.99% 0.78% -
XYZ 24.1 12.44 2.43 -
YUV 65.1 108.77 224.22 -
System Red Green Blue C M Y K H S L
Decimal 200 3 31 0 0.98 0.84 0.22 351.47 0.97 0.4
Hex C8 3 1F 0 62 54 16 15F 61 28
Octal 310 3 37 0 142 124 26 537 141 50
Binary 11001000 11 11111 0 1100010 1010100 10110 101011111 1100001 101000

Color Harmonies of #C8031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8031F

Black with #C8031F

Text Example


Text Example

White with #C8031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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