Html Css Color HEX #CE1348 Crimson

📋 copy color: '#CE1348'

red 206 ◦ green 19 ◦ blue 72

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

Shades of Crimson #CE1348

Tints of Crimson #CE1348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.4%

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

R = 69.36%
G = 6.4%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE1348 (or 0xCE1348) is known color: Crimson. HEX triplet: CE, 13 and 48. RGB value is (206,19,72). Sum of RGB (Red+Green+Blue) = 206+19+72=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1348 is #31ECB7. Grayscale: #505050. Windows color (decimal): -3271864 or 4723662. OLE color: 4723662.

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

Color convert

RGB 206 19 72 -
CMYK 0 0.91 0.65 0.19
HSL 342.99º 0.83% 0.44% -
HSV(B) 342.99º 0.91% 0.81% -
XYZ 26.86 14.06 7.43 -
YUV 80.96 122.95 217.19 -
System Red Green Blue C M Y K H S L
Decimal 206 19 72 0 0.91 0.65 0.19 342.99 0.83 0.44
Hex CE 13 48 0 5B 41 13 157 53 2C
Octal 316 23 110 0 133 101 23 527 123 54
Binary 11001110 10011 1001000 0 1011011 1000001 10011 101010111 1010011 101100

Color Harmonies of #CE1348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1348

Black with #CE1348

Text Example


Text Example

White with #CE1348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1348; }

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

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

background-color css

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

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

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

border-color css

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

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

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