Html Css Color HEX #CE090F Venetian Red

📋 copy color: '#CE090F'

red 206 ◦ green 9 ◦ blue 15

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

Shades of Venetian Red #CE090F

Tints of Venetian Red #CE090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.91%

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

R = 89.57%
G = 3.91%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE090F (or 0xCE090F) is known color: Venetian Red. HEX triplet: CE, 09 and 0F. RGB value is (206,9,15). Sum of RGB (Red+Green+Blue) = 206+9+15=230 (30% of max value = 765). Red value is 206 (80.86% from 255 or 89.57% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 206 - color contains mainly: red. Hex color #CE090F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE090F is #31F6F0. Grayscale: #444444. Windows color (decimal): -3274481 or 985550. OLE color: 985550.

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

Color convert

RGB 206 9 15 -
CMYK 0 0.96 0.93 0.19
HSL 358.17º 0.92% 0.42% -
HSV(B) 358.17º 0.96% 0.81% -
XYZ 25.64 13.35 1.68 -
YUV 68.59 97.77 226.01 -
System Red Green Blue C M Y K H S L
Decimal 206 9 15 0 0.96 0.93 0.19 358.17 0.92 0.42
Hex CE 9 F 0 60 5D 13 166 5C 2A
Octal 316 11 17 0 140 135 23 546 134 52
Binary 11001110 1001 1111 0 1100000 1011101 10011 101100110 1011100 101010

Color Harmonies of #CE090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE090F

Black with #CE090F

Text Example


Text Example

White with #CE090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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