Html Css Color HEX #CE040B Venetian Red

📋 copy color: '#CE040B'

red 206 ◦ green 4 ◦ blue 11

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

Shades of Venetian Red #CE040B

Tints of Venetian Red #CE040B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.98%

R = 93.21%
G = 1.81%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE040B (or 0xCE040B) is known color: Venetian Red. HEX triplet: CE, 04 and 0B. RGB value is (206,4,11). Sum of RGB (Red+Green+Blue) = 206+4+11=221 (29% of max value = 765). Red value is 206 (80.86% from 255 or 93.21% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 206 - color contains mainly: red. Hex color #CE040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE040B is #31FBF4. Grayscale: #414141. Windows color (decimal): -3275765 or 722126. OLE color: 722126.

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

Color convert

RGB 206 4 11 -
CMYK 0 0.98 0.95 0.19
HSL 357.92º 0.96% 0.41% -
HSV(B) 357.92º 0.98% 0.81% -
XYZ 25.56 13.23 1.52 -
YUV 65.2 97.42 228.43 -
System Red Green Blue C M Y K H S L
Decimal 206 4 11 0 0.98 0.95 0.19 357.92 0.96 0.41
Hex CE 4 B 0 62 5F 13 166 60 29
Octal 316 4 13 0 142 137 23 546 140 51
Binary 11001110 100 1011 0 1100010 1011111 10011 101100110 1100000 101001

Color Harmonies of #CE040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE040B

Black with #CE040B

Text Example


Text Example

White with #CE040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE040B; }

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

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

background-color css

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

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

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

border-color css

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

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

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