Html Css Color HEX #CE070F Venetian Red

📋 copy color: '#CE070F'

red 206 ◦ green 7 ◦ blue 15

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

Shades of Venetian Red #CE070F

Tints of Venetian Red #CE070F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.07%

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

R = 90.35%
G = 3.07%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE070F (or 0xCE070F) is known color: Venetian Red. HEX triplet: CE, 07 and 0F. RGB value is (206,7,15). Sum of RGB (Red+Green+Blue) = 206+7+15=228 (30% of max value = 765). Red value is 206 (80.86% from 255 or 90.35% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 206 - color contains mainly: red. Hex color #CE070F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE070F is #31F8F0. Grayscale: #434343. Windows color (decimal): -3274993 or 985038. OLE color: 985038.

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

Color convert

RGB 206 7 15 -
CMYK 0 0.97 0.93 0.19
HSL 357.59º 0.93% 0.42% -
HSV(B) 357.59º 0.97% 0.81% -
XYZ 25.62 13.31 1.67 -
YUV 67.41 98.43 226.85 -
System Red Green Blue C M Y K H S L
Decimal 206 7 15 0 0.97 0.93 0.19 357.59 0.93 0.42
Hex CE 7 F 0 61 5D 13 166 5D 2A
Octal 316 7 17 0 141 135 23 546 135 52
Binary 11001110 111 1111 0 1100001 1011101 10011 101100110 1011101 101010

Color Harmonies of #CE070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE070F

Black with #CE070F

Text Example


Text Example

White with #CE070F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE070F; }

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

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

background-color css

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

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

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

border-color css

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

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

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