Html Css Color HEX #CE051F Venetian Red

📋 copy color: '#CE051F'

red 206 ◦ green 5 ◦ blue 31

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

Shades of Venetian Red #CE051F

Tints of Venetian Red #CE051F

RGB

 RED value IS 206 (80.86% from 255) = 85.12%

 GREEN value IS 5 (2.34% from 255) = 2.07%

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

R = 85.12%
G = 2.07%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE051F (or 0xCE051F) is known color: Venetian Red. HEX triplet: CE, 05 and 1F. RGB value is (206,5,31). Sum of RGB (Red+Green+Blue) = 206+5+31=242 (32% of max value = 765). Red value is 206 (80.86% from 255 or 85.12% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 206 - color contains mainly: red. Hex color #CE051F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE051F is #31FAE0. Grayscale: #444444. Windows color (decimal): -3275489 or 2033102. OLE color: 2033102.

HSL color Cylindrical-coordinate representation of color #CE051F: hue angle of 352.24º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE051F is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 5 31 -
CMYK 0 0.98 0.85 0.19
HSL 352.24º 0.95% 0.41% -
HSV(B) 352.24º 0.98% 0.81% -
XYZ 25.76 13.33 2.51 -
YUV 68.06 107.09 226.39 -
System Red Green Blue C M Y K H S L
Decimal 206 5 31 0 0.98 0.85 0.19 352.24 0.95 0.41
Hex CE 5 1F 0 62 55 13 160 5F 29
Octal 316 5 37 0 142 125 23 540 137 51
Binary 11001110 101 11111 0 1100010 1010101 10011 101100000 1011111 101001

Color Harmonies of #CE051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE051F

Black with #CE051F

Text Example


Text Example

White with #CE051F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE051F; }

 p { color: rgb(206,5,31); }

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

background-color css

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

 a { background-color: rgb(206,5,31); }

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

border-color css

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

 span { border-color: rgb(206,5,31); }

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