Html Css Color HEX #CE032E Crimson

📋 copy color: '#CE032E'

red 206 ◦ green 3 ◦ blue 46

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

Shades of Crimson #CE032E

Tints of Crimson #CE032E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.04%

R = 80.78%
G = 1.18%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE032E (or 0xCE032E) is known color: Crimson. HEX triplet: CE, 03 and 2E. RGB value is (206,3,46). Sum of RGB (Red+Green+Blue) = 206+3+46=255 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.78% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 206 - color contains mainly: red. Hex color #CE032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE032E is #31FCD1. Grayscale: #444444. Windows color (decimal): -3275986 or 3015630. OLE color: 3015630.

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

Color convert

RGB 206 3 46 -
CMYK 0 0.99 0.78 0.19
HSL 347.29º 0.97% 0.41% -
HSV(B) 347.29º 0.99% 0.81% -
XYZ 25.98 13.38 3.8 -
YUV 68.6 115.25 226 -
System Red Green Blue C M Y K H S L
Decimal 206 3 46 0 0.99 0.78 0.19 347.29 0.97 0.41
Hex CE 3 2E 0 63 4E 13 15B 61 29
Octal 316 3 56 0 143 116 23 533 141 51
Binary 11001110 11 101110 0 1100011 1001110 10011 101011011 1100001 101001

Color Harmonies of #CE032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE032E

Black with #CE032E

Text Example


Text Example

White with #CE032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE032E; }

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

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

background-color css

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

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

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

border-color css

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

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

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