Html Css Color HEX #CE010F Venetian Red

📋 copy color: '#CE010F'

red 206 ◦ green 1 ◦ blue 15

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

Shades of Venetian Red #CE010F

Tints of Venetian Red #CE010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 92.79%
G = 0.45%
B = 6.76%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE010F (or 0xCE010F) is known color: Venetian Red. HEX triplet: CE, 01 and 0F. RGB value is (206,1,15). Sum of RGB (Red+Green+Blue) = 206+1+15=222 (29% of max value = 765). Red value is 206 (80.86% from 255 or 92.79% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 206 - color contains mainly: red. Hex color #CE010F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE010F is #31FEF0. Grayscale: #404040. Windows color (decimal): -3276529 or 983502. OLE color: 983502.

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

Color convert

RGB 206 1 15 -
CMYK 0 1.00 0.93 0.19
HSL 355.9º 0.99% 0.41% -
HSV(B) 355.9º 1% 0.81% -
XYZ 25.55 13.18 1.65 -
YUV 63.89 100.42 229.36 -
System Red Green Blue C M Y K H S L
Decimal 206 1 15 0 1.00 0.93 0.19 355.9 0.99 0.41
Hex CE 1 F 0 64 5D 13 164 63 29
Octal 316 1 17 0 144 135 23 544 143 51
Binary 11001110 1 1111 0 1100100 1011101 10011 101100100 1100011 101001

Color Harmonies of #CE010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE010F

Black with #CE010F

Text Example


Text Example

White with #CE010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE010F; }

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

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

background-color css

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

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

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

border-color css

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

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

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