Html Css Color HEX #CE041F Venetian Red

📋 copy color: '#CE041F'

red 206 ◦ green 4 ◦ blue 31

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

Shades of Venetian Red #CE041F

Tints of Venetian Red #CE041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.66%

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

R = 85.48%
G = 1.66%
B = 12.86%

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

#CE041F (or 0xCE041F) is known color: Venetian Red. HEX triplet: CE, 04 and 1F. RGB value is (206,4,31). Sum of RGB (Red+Green+Blue) = 206+4+31=241 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.48% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 206 - color contains mainly: red. Hex color #CE041F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE041F is #31FBE0. Grayscale: #434343. Windows color (decimal): -3275745 or 2032846. OLE color: 2032846.

HSL color Cylindrical-coordinate representation of color #CE041F: hue angle of 351.98º degrees, saturation: 0.96, 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 #CE041F is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 4 31 -
CMYK 0 0.98 0.85 0.19
HSL 351.98º 0.96% 0.41% -
HSV(B) 351.98º 0.98% 0.81% -
XYZ 25.74 13.31 2.51 -
YUV 67.48 107.42 226.8 -
System Red Green Blue C M Y K H S L
Decimal 206 4 31 0 0.98 0.85 0.19 351.98 0.96 0.41
Hex CE 4 1F 0 62 55 13 160 60 29
Octal 316 4 37 0 142 125 23 540 140 51
Binary 11001110 100 11111 0 1100010 1010101 10011 101100000 1100000 101001

Color Harmonies of #CE041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE041F

Black with #CE041F

Text Example


Text Example

White with #CE041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE041F; }

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

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

background-color css

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

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

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

border-color css

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

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

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