Html Css Color HEX #CE1A4D Crimson

📋 copy color: '#CE1A4D'

red 206 ◦ green 26 ◦ blue 77

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

Shades of Crimson #CE1A4D

Tints of Crimson #CE1A4D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.41%

 BLUE value IS 77 (30.47% from 255) = 24.92%

R = 66.67%
G = 8.41%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE1A4D (or 0xCE1A4D) is known color: Crimson. HEX triplet: CE, 1A and 4D. RGB value is (206,26,77). Sum of RGB (Red+Green+Blue) = 206+26+77=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1A4D is #31E5B2. Grayscale: #555555. Windows color (decimal): -3270067 or 5053134. OLE color: 5053134.

HSL color Cylindrical-coordinate representation of color #CE1A4D: hue angle of 343º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1A4D is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 26 77 -
CMYK 0 0.87 0.63 0.19
HSL 343º 0.78% 0.45% -
HSV(B) 343º 0.87% 0.81% -
XYZ 27.16 14.4 8.37 -
YUV 85.63 123.13 213.85 -
System Red Green Blue C M Y K H S L
Decimal 206 26 77 0 0.87 0.63 0.19 343 0.78 0.45
Hex CE 1A 4D 0 57 3F 13 157 4E 2D
Octal 316 32 115 0 127 77 23 527 116 55
Binary 11001110 11010 1001101 0 1010111 111111 10011 101010111 1001110 101101

Color Harmonies of #CE1A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1A4D

Black with #CE1A4D

Text Example


Text Example

White with #CE1A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1A4D; }

 p { color: rgb(206,26,77); }

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

background-color css

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

 a { background-color: rgb(206,26,77); }

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

border-color css

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

 span { border-color: rgb(206,26,77); }

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