Html Css Color HEX #CE042E Crimson

📋 copy color: '#CE042E'

red 206 ◦ green 4 ◦ blue 46

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

Shades of Crimson #CE042E

Tints of Crimson #CE042E

RGB

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

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

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

R = 80.47%
G = 1.56%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE042E (or 0xCE042E) is known color: Crimson. HEX triplet: CE, 04 and 2E. RGB value is (206,4,46). Sum of RGB (Red+Green+Blue) = 206+4+46=256 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.47% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 206 - color contains mainly: red. Hex color #CE042E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE042E is #31FBD1. Grayscale: #454545. Windows color (decimal): -3275730 or 3015886. OLE color: 3015886.

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

Color convert

RGB 206 4 46 -
CMYK 0 0.98 0.78 0.19
HSL 347.52º 0.96% 0.41% -
HSV(B) 347.52º 0.98% 0.81% -
XYZ 25.99 13.41 3.8 -
YUV 69.19 114.92 225.58 -
System Red Green Blue C M Y K H S L
Decimal 206 4 46 0 0.98 0.78 0.19 347.52 0.96 0.41
Hex CE 4 2E 0 62 4E 13 15C 60 29
Octal 316 4 56 0 142 116 23 534 140 51
Binary 11001110 100 101110 0 1100010 1001110 10011 101011100 1100000 101001

Color Harmonies of #CE042E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE042E

Black with #CE042E

Text Example


Text Example

White with #CE042E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE042E; }

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

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

background-color css

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

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

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

border-color css

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

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

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