Html Css Color HEX #CE070D Venetian Red

📋 copy color: '#CE070D'

red 206 ◦ green 7 ◦ blue 13

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

Shades of Venetian Red #CE070D

Tints of Venetian Red #CE070D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.75%

R = 91.15%
G = 3.1%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE070D (or 0xCE070D) is known color: Venetian Red. HEX triplet: CE, 07 and 0D. RGB value is (206,7,13). Sum of RGB (Red+Green+Blue) = 206+7+13=226 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.15% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 206 - color contains mainly: red. Hex color #CE070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE070D is #31F8F2. Grayscale: #434343. Windows color (decimal): -3274995 or 853966. OLE color: 853966.

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

Color convert

RGB 206 7 13 -
CMYK 0 0.97 0.94 0.19
HSL 358.19º 0.93% 0.42% -
HSV(B) 358.19º 0.97% 0.81% -
XYZ 25.6 13.3 1.6 -
YUV 67.19 97.43 227.01 -
System Red Green Blue C M Y K H S L
Decimal 206 7 13 0 0.97 0.94 0.19 358.19 0.93 0.42
Hex CE 7 D 0 61 5E 13 166 5D 2A
Octal 316 7 15 0 141 136 23 546 135 52
Binary 11001110 111 1101 0 1100001 1011110 10011 101100110 1011101 101010

Color Harmonies of #CE070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE070D

Black with #CE070D

Text Example


Text Example

White with #CE070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE070D; }

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

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

background-color css

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

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

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

border-color css

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

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

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