Html Css Color HEX #CE0531 Crimson

📋 copy color: '#CE0531'

red 206 ◦ green 5 ◦ blue 49

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

Shades of Crimson #CE0531

Tints of Crimson #CE0531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

 BLUE value IS 49 (19.53% from 255) = 18.85%

R = 79.23%
G = 1.92%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE0531 (or 0xCE0531) is known color: Crimson. HEX triplet: CE, 05 and 31. RGB value is (206,5,49). Sum of RGB (Red+Green+Blue) = 206+5+49=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0531 is #31FACE. Grayscale: #464646. Windows color (decimal): -3275471 or 3212750. OLE color: 3212750.

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

Color convert

RGB 206 5 49 -
CMYK 0 0.98 0.76 0.19
HSL 346.87º 0.95% 0.41% -
HSV(B) 346.87º 0.98% 0.81% -
XYZ 26.06 13.45 4.13 -
YUV 70.12 116.09 224.92 -
System Red Green Blue C M Y K H S L
Decimal 206 5 49 0 0.98 0.76 0.19 346.87 0.95 0.41
Hex CE 5 31 0 62 4C 13 15B 5F 29
Octal 316 5 61 0 142 114 23 533 137 51
Binary 11001110 101 110001 0 1100010 1001100 10011 101011011 1011111 101001

Color Harmonies of #CE0531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0531

Black with #CE0531

Text Example


Text Example

White with #CE0531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0531; }

 p { color: rgb(206,5,49); }

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

background-color css

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

 a { background-color: rgb(206,5,49); }

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

border-color css

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

 span { border-color: rgb(206,5,49); }

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