Html Css Color HEX #CE0207 Venetian Red

📋 copy color: '#CE0207'

red 206 ◦ green 2 ◦ blue 7

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

Shades of Venetian Red #CE0207

Tints of Venetian Red #CE0207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 95.81%
G = 0.93%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CE0207 (or 0xCE0207) is known color: Venetian Red. HEX triplet: CE, 02 and 07. RGB value is (206,2,7). Sum of RGB (Red+Green+Blue) = 206+2+7=215 (28% of max value = 765). Red value is 206 (80.86% from 255 or 95.81% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0207 is #31FDF8. Grayscale: #3F3F3F. Windows color (decimal): -3276281 or 459470. OLE color: 459470.

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

Color convert

RGB 206 2 7 -
CMYK 0 0.99 0.97 0.19
HSL 358.53º 0.98% 0.41% -
HSV(B) 358.53º 0.99% 0.81% -
XYZ 25.51 13.18 1.4 -
YUV 63.57 96.09 229.59 -
System Red Green Blue C M Y K H S L
Decimal 206 2 7 0 0.99 0.97 0.19 358.53 0.98 0.41
Hex CE 2 7 0 63 61 13 167 62 29
Octal 316 2 7 0 143 141 23 547 142 51
Binary 11001110 10 111 0 1100011 1100001 10011 101100111 1100010 101001

Color Harmonies of #CE0207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0207

Black with #CE0207

Text Example


Text Example

White with #CE0207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0207; }

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

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

background-color css

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

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

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

border-color css

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

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

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