Html Css Color HEX #CE0007 Venetian Red

📋 copy color: '#CE0007'

red 206 ◦ green 0 ◦ blue 7

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

Shades of Venetian Red #CE0007

Tints of Venetian Red #CE0007

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 7 (3.13% from 255) = 3.29%

R = 96.71%
G = 0%
B = 3.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CE0007 (or 0xCE0007) is known color: Venetian Red. HEX triplet: CE, 00 and 07. RGB value is (206,0,7). Sum of RGB (Red+Green+Blue) = 206+0+7=213 (28% of max value = 765). Red value is 206 (80.86% from 255 or 96.71% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0007 is #31FFF8. Grayscale: #3E3E3E. Windows color (decimal): -3276793 or 458958. OLE color: 458958.

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

Color convert

RGB 206 0 7 -
CMYK 0 1 0.97 0.19
HSL 357.96º 1% 0.4% -
HSV(B) 357.96º 1% 0.81% -
XYZ 25.49 13.14 1.39 -
YUV 62.39 96.75 230.43 -
System Red Green Blue C M Y K H S L
Decimal 206 0 7 0 1 0.97 0.19 357.96 1 0.4
Hex CE 0 7 0 64 61 13 166 64 28
Octal 316 0 7 0 144 141 23 546 144 50
Binary 11001110 0 111 0 1100100 1100001 10011 101100110 1100100 101000

Color Harmonies of #CE0007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0007

Black with #CE0007

Text Example


Text Example

White with #CE0007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0007; }

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

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

background-color css

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

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

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

border-color css

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

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

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