Html Css Color HEX #CE051E Venetian Red

📋 copy color: '#CE051E'

red 206 ◦ green 5 ◦ blue 30

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

Shades of Venetian Red #CE051E

Tints of Venetian Red #CE051E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.45%

R = 85.48%
G = 2.07%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE051E (or 0xCE051E) is known color: Venetian Red. HEX triplet: CE, 05 and 1E. RGB value is (206,5,30). Sum of RGB (Red+Green+Blue) = 206+5+30=241 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.48% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 206 - color contains mainly: red. Hex color #CE051E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE051E is #31FAE1. Grayscale: #444444. Windows color (decimal): -3275490 or 1967566. OLE color: 1967566.

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

Color convert

RGB 206 5 30 -
CMYK 0 0.98 0.85 0.19
HSL 352.54º 0.95% 0.41% -
HSV(B) 352.54º 0.98% 0.81% -
XYZ 25.74 13.32 2.44 -
YUV 67.95 106.59 226.47 -
System Red Green Blue C M Y K H S L
Decimal 206 5 30 0 0.98 0.85 0.19 352.54 0.95 0.41
Hex CE 5 1E 0 62 55 13 161 5F 29
Octal 316 5 36 0 142 125 23 541 137 51
Binary 11001110 101 11110 0 1100010 1010101 10011 101100001 1011111 101001

Color Harmonies of #CE051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE051E

Black with #CE051E

Text Example


Text Example

White with #CE051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE051E; }

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

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

background-color css

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

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

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

border-color css

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

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

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