Html Css Color HEX #CE0325 Venetian Red

📋 copy color: '#CE0325'

red 206 ◦ green 3 ◦ blue 37

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

Shades of Venetian Red #CE0325

Tints of Venetian Red #CE0325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

 BLUE value IS 37 (14.84% from 255) = 15.04%

R = 83.74%
G = 1.22%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE0325 (or 0xCE0325) is known color: Venetian Red. HEX triplet: CE, 03 and 25. RGB value is (206,3,37). Sum of RGB (Red+Green+Blue) = 206+3+37=246 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.74% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0325 is #31FCDA. Grayscale: #434343. Windows color (decimal): -3275995 or 2425806. OLE color: 2425806.

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

Color convert

RGB 206 3 37 -
CMYK 0 0.99 0.82 0.19
HSL 349.95º 0.97% 0.41% -
HSV(B) 349.95º 0.99% 0.81% -
XYZ 25.82 13.32 2.96 -
YUV 67.57 110.75 226.74 -
System Red Green Blue C M Y K H S L
Decimal 206 3 37 0 0.99 0.82 0.19 349.95 0.97 0.41
Hex CE 3 25 0 63 52 13 15E 61 29
Octal 316 3 45 0 143 122 23 536 141 51
Binary 11001110 11 100101 0 1100011 1010010 10011 101011110 1100001 101001

Color Harmonies of #CE0325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0325

Black with #CE0325

Text Example


Text Example

White with #CE0325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0325; }

 p { color: rgb(206,3,37); }

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

background-color css

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

 a { background-color: rgb(206,3,37); }

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

border-color css

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

 span { border-color: rgb(206,3,37); }

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