Html Css Color HEX #CE1448 Crimson

📋 copy color: '#CE1448'

red 206 ◦ green 20 ◦ blue 72

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

Shades of Crimson #CE1448

Tints of Crimson #CE1448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.71%

 BLUE value IS 72 (28.52% from 255) = 24.16%

R = 69.13%
G = 6.71%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE1448 (or 0xCE1448) is known color: Crimson. HEX triplet: CE, 14 and 48. RGB value is (206,20,72). Sum of RGB (Red+Green+Blue) = 206+20+72=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1448 is #31EBB7. Grayscale: #515151. Windows color (decimal): -3271608 or 4723918. OLE color: 4723918.

HSL color Cylindrical-coordinate representation of color #CE1448: hue angle of 343.23º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1448 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 20 72 -
CMYK 0 0.90 0.65 0.19
HSL 343.23º 0.82% 0.44% -
HSV(B) 343.23º 0.9% 0.81% -
XYZ 26.87 14.09 7.43 -
YUV 81.54 122.62 216.77 -
System Red Green Blue C M Y K H S L
Decimal 206 20 72 0 0.90 0.65 0.19 343.23 0.82 0.44
Hex CE 14 48 0 5A 41 13 157 52 2C
Octal 316 24 110 0 132 101 23 527 122 54
Binary 11001110 10100 1001000 0 1011010 1000001 10011 101010111 1010010 101100

Color Harmonies of #CE1448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1448

Black with #CE1448

Text Example


Text Example

White with #CE1448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1448; }

 p { color: rgb(206,20,72); }

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

background-color css

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

 a { background-color: rgb(206,20,72); }

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

border-color css

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

 span { border-color: rgb(206,20,72); }

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