Html Css Color HEX #CE020F Venetian Red

📋 copy color: '#CE020F'

red 206 ◦ green 2 ◦ blue 15

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

Shades of Venetian Red #CE020F

Tints of Venetian Red #CE020F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 92.38%
G = 0.9%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE020F (or 0xCE020F) is known color: Venetian Red. HEX triplet: CE, 02 and 0F. RGB value is (206,2,15). Sum of RGB (Red+Green+Blue) = 206+2+15=223 (29% of max value = 765). Red value is 206 (80.86% from 255 or 92.38% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 206 - color contains mainly: red. Hex color #CE020F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE020F is #31FDF0. Grayscale: #404040. Windows color (decimal): -3276273 or 983758. OLE color: 983758.

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

Color convert

RGB 206 2 15 -
CMYK 0 0.99 0.93 0.19
HSL 356.18º 0.98% 0.41% -
HSV(B) 356.18º 0.99% 0.81% -
XYZ 25.56 13.2 1.65 -
YUV 64.48 100.09 228.94 -
System Red Green Blue C M Y K H S L
Decimal 206 2 15 0 0.99 0.93 0.19 356.18 0.98 0.41
Hex CE 2 F 0 63 5D 13 164 62 29
Octal 316 2 17 0 143 135 23 544 142 51
Binary 11001110 10 1111 0 1100011 1011101 10011 101100100 1100010 101001

Color Harmonies of #CE020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE020F

Black with #CE020F

Text Example


Text Example

White with #CE020F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE020F; }

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

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

background-color css

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

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

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

border-color css

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

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

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