Html Css Color HEX #CE000F Venetian Red

📋 copy color: '#CE000F'

red 206 ◦ green 0 ◦ blue 15

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

Shades of Venetian Red #CE000F

Tints of Venetian Red #CE000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 93.21%
G = 0%
B = 6.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE000F (or 0xCE000F) is known color: Venetian Red. HEX triplet: CE, 00 and 0F. RGB value is (206,0,15). Sum of RGB (Red+Green+Blue) = 206+0+15=221 (29% of max value = 765). Red value is 206 (80.86% from 255 or 93.21% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 206 - color contains mainly: red. Hex color #CE000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE000F is #31FFF0. Grayscale: #3F3F3F. Windows color (decimal): -3276785 or 983246. OLE color: 983246.

HSL color Cylindrical-coordinate representation of color #CE000F: hue angle of 355.63º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE000F is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 0 15 -
CMYK 0 1 0.93 0.19
HSL 355.63º 1% 0.4% -
HSV(B) 355.63º 1% 0.81% -
XYZ 25.54 13.16 1.65 -
YUV 63.3 100.75 229.78 -
System Red Green Blue C M Y K H S L
Decimal 206 0 15 0 1 0.93 0.19 355.63 1 0.4
Hex CE 0 F 0 64 5D 13 164 64 28
Octal 316 0 17 0 144 135 23 544 144 50
Binary 11001110 0 1111 0 1100100 1011101 10011 101100100 1100100 101000

Color Harmonies of #CE000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE000F

Black with #CE000F

Text Example


Text Example

White with #CE000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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