Html Css Color HEX #CE030F Venetian Red

📋 copy color: '#CE030F'

red 206 ◦ green 3 ◦ blue 15

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

Shades of Venetian Red #CE030F

Tints of Venetian Red #CE030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.34%

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

R = 91.96%
G = 1.34%
B = 6.7%

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

#CE030F (or 0xCE030F) is known color: Venetian Red. HEX triplet: CE, 03 and 0F. RGB value is (206,3,15). Sum of RGB (Red+Green+Blue) = 206+3+15=224 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.96% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 206 - color contains mainly: red. Hex color #CE030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE030F is #31FCF0. Grayscale: #414141. Windows color (decimal): -3276017 or 984014. OLE color: 984014.

HSL color Cylindrical-coordinate representation of color #CE030F: hue angle of 356.45º degrees, saturation: 0.97, 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 #CE030F is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 3 15 -
CMYK 0 0.99 0.93 0.19
HSL 356.45º 0.97% 0.41% -
HSV(B) 356.45º 0.99% 0.81% -
XYZ 25.57 13.22 1.66 -
YUV 65.07 99.75 228.52 -
System Red Green Blue C M Y K H S L
Decimal 206 3 15 0 0.99 0.93 0.19 356.45 0.97 0.41
Hex CE 3 F 0 63 5D 13 164 61 29
Octal 316 3 17 0 143 135 23 544 141 51
Binary 11001110 11 1111 0 1100011 1011101 10011 101100100 1100001 101001

Color Harmonies of #CE030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE030F

Black with #CE030F

Text Example


Text Example

White with #CE030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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