Html Css Color HEX #CE040F Venetian Red

📋 copy color: '#CE040F'

red 206 ◦ green 4 ◦ blue 15

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

Shades of Venetian Red #CE040F

Tints of Venetian Red #CE040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.67%

R = 91.56%
G = 1.78%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE040F (or 0xCE040F) is known color: Venetian Red. HEX triplet: CE, 04 and 0F. RGB value is (206,4,15). Sum of RGB (Red+Green+Blue) = 206+4+15=225 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.56% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 206 - color contains mainly: red. Hex color #CE040F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE040F is #31FBF0. Grayscale: #414141. Windows color (decimal): -3275761 or 984270. OLE color: 984270.

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

Color convert

RGB 206 4 15 -
CMYK 0 0.98 0.93 0.19
HSL 356.73º 0.96% 0.41% -
HSV(B) 356.73º 0.98% 0.81% -
XYZ 25.58 13.24 1.66 -
YUV 65.65 99.42 228.11 -
System Red Green Blue C M Y K H S L
Decimal 206 4 15 0 0.98 0.93 0.19 356.73 0.96 0.41
Hex CE 4 F 0 62 5D 13 165 60 29
Octal 316 4 17 0 142 135 23 545 140 51
Binary 11001110 100 1111 0 1100010 1011101 10011 101100101 1100000 101001

Color Harmonies of #CE040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE040F

Black with #CE040F

Text Example


Text Example

White with #CE040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE040F; }

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

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

background-color css

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

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

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

border-color css

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

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

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