Html Css Color HEX #CE051D Venetian Red

📋 copy color: '#CE051D'

red 206 ◦ green 5 ◦ blue 29

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

Shades of Venetian Red #CE051D

Tints of Venetian Red #CE051D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.08%

 BLUE value IS 29 (11.72% from 255) = 12.08%

R = 85.83%
G = 2.08%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE051D (or 0xCE051D) is known color: Venetian Red. HEX triplet: CE, 05 and 1D. RGB value is (206,5,29). Sum of RGB (Red+Green+Blue) = 206+5+29=240 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.83% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 206 - color contains mainly: red. Hex color #CE051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE051D is #31FAE2. Grayscale: #434343. Windows color (decimal): -3275491 or 1902030. OLE color: 1902030.

HSL color Cylindrical-coordinate representation of color #CE051D: hue angle of 352.84º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE051D is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 5 29 -
CMYK 0 0.98 0.86 0.19
HSL 352.84º 0.95% 0.41% -
HSV(B) 352.84º 0.98% 0.81% -
XYZ 25.73 13.32 2.38 -
YUV 67.84 106.09 226.55 -
System Red Green Blue C M Y K H S L
Decimal 206 5 29 0 0.98 0.86 0.19 352.84 0.95 0.41
Hex CE 5 1D 0 62 56 13 161 5F 29
Octal 316 5 35 0 142 126 23 541 137 51
Binary 11001110 101 11101 0 1100010 1010110 10011 101100001 1011111 101001

Color Harmonies of #CE051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE051D

Black with #CE051D

Text Example


Text Example

White with #CE051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE051D; }

 p { color: rgb(206,5,29); }

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

background-color css

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

 a { background-color: rgb(206,5,29); }

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

border-color css

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

 span { border-color: rgb(206,5,29); }

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