Html Css Color HEX #CE041C Venetian Red

📋 copy color: '#CE041C'

red 206 ◦ green 4 ◦ blue 28

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

Shades of Venetian Red #CE041C

Tints of Venetian Red #CE041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.68%

 BLUE value IS 28 (11.33% from 255) = 11.76%

R = 86.55%
G = 1.68%
B = 11.76%

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

#CE041C (or 0xCE041C) is known color: Venetian Red. HEX triplet: CE, 04 and 1C. RGB value is (206,4,28). Sum of RGB (Red+Green+Blue) = 206+4+28=238 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.55% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 206 - color contains mainly: red. Hex color #CE041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE041C is #31FBE3. Grayscale: #434343. Windows color (decimal): -3275748 or 1836238. OLE color: 1836238.

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

Color convert

RGB 206 4 28 -
CMYK 0 0.98 0.86 0.19
HSL 352.87º 0.96% 0.41% -
HSV(B) 352.87º 0.98% 0.81% -
XYZ 25.71 13.29 2.31 -
YUV 67.13 105.92 227.05 -
System Red Green Blue C M Y K H S L
Decimal 206 4 28 0 0.98 0.86 0.19 352.87 0.96 0.41
Hex CE 4 1C 0 62 56 13 161 60 29
Octal 316 4 34 0 142 126 23 541 140 51
Binary 11001110 100 11100 0 1100010 1010110 10011 101100001 1100000 101001

Color Harmonies of #CE041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE041C

Black with #CE041C

Text Example


Text Example

White with #CE041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE041C; }

 p { color: rgb(206,4,28); }

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

background-color css

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

 a { background-color: rgb(206,4,28); }

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

border-color css

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

 span { border-color: rgb(206,4,28); }

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