Html Css Color HEX #CE044A Crimson

📋 copy color: '#CE044A'

red 206 ◦ green 4 ◦ blue 74

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

Shades of Crimson #CE044A

Tints of Crimson #CE044A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.06%

R = 72.54%
G = 1.41%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE044A (or 0xCE044A) is known color: Crimson. HEX triplet: CE, 04 and 4A. RGB value is (206,4,74). Sum of RGB (Red+Green+Blue) = 206+4+74=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE044A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE044A is #31FBB5. Grayscale: #484848. Windows color (decimal): -3275702 or 4850894. OLE color: 4850894.

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

Color convert

RGB 206 4 74 -
CMYK 0 0.98 0.64 0.19
HSL 339.21º 0.96% 0.41% -
HSV(B) 339.21º 0.98% 0.81% -
XYZ 26.73 13.7 7.71 -
YUV 72.38 128.92 223.31 -
System Red Green Blue C M Y K H S L
Decimal 206 4 74 0 0.98 0.64 0.19 339.21 0.96 0.41
Hex CE 4 4A 0 62 40 13 153 60 29
Octal 316 4 112 0 142 100 23 523 140 51
Binary 11001110 100 1001010 0 1100010 1000000 10011 101010011 1100000 101001

Color Harmonies of #CE044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE044A

Black with #CE044A

Text Example


Text Example

White with #CE044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE044A; }

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

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

background-color css

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

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

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

border-color css

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

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

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