Html Css Color HEX #CE0545 Crimson

📋 copy color: '#CE0545'

red 206 ◦ green 5 ◦ blue 69

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

Shades of Crimson #CE0545

Tints of Crimson #CE0545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.64%

R = 73.57%
G = 1.79%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE0545 (or 0xCE0545) is known color: Crimson. HEX triplet: CE, 05 and 45. RGB value is (206,5,69). Sum of RGB (Red+Green+Blue) = 206+5+69=280 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.57% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0545 is #31FABA. Grayscale: #484848. Windows color (decimal): -3275451 or 4523470. OLE color: 4523470.

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

Color convert

RGB 206 5 69 -
CMYK 0 0.98 0.67 0.19
HSL 340.9º 0.95% 0.41% -
HSV(B) 340.9º 0.98% 0.81% -
XYZ 26.58 13.66 6.87 -
YUV 72.4 126.09 223.3 -
System Red Green Blue C M Y K H S L
Decimal 206 5 69 0 0.98 0.67 0.19 340.9 0.95 0.41
Hex CE 5 45 0 62 43 13 155 5F 29
Octal 316 5 105 0 142 103 23 525 137 51
Binary 11001110 101 1000101 0 1100010 1000011 10011 101010101 1011111 101001

Color Harmonies of #CE0545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0545

Black with #CE0545

Text Example


Text Example

White with #CE0545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0545; }

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

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

background-color css

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

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

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

border-color css

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

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

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