Html Css Color HEX #CE0744 Crimson

📋 copy color: '#CE0744'

red 206 ◦ green 7 ◦ blue 68

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

Shades of Crimson #CE0744

Tints of Crimson #CE0744

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.49%

 BLUE value IS 68 (26.95% from 255) = 24.2%

R = 73.31%
G = 2.49%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE0744 (or 0xCE0744) is known color: Crimson. HEX triplet: CE, 07 and 44. RGB value is (206,7,68). Sum of RGB (Red+Green+Blue) = 206+7+68=281 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.31% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0744 is #31F8BB. Grayscale: #494949. Windows color (decimal): -3274940 or 4458446. OLE color: 4458446.

HSL color Cylindrical-coordinate representation of color #CE0744: hue angle of 341.61º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE0744 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 7 68 -
CMYK 0 0.97 0.67 0.19
HSL 341.61º 0.93% 0.42% -
HSV(B) 341.61º 0.97% 0.81% -
XYZ 26.57 13.69 6.71 -
YUV 73.46 124.93 222.54 -
System Red Green Blue C M Y K H S L
Decimal 206 7 68 0 0.97 0.67 0.19 341.61 0.93 0.42
Hex CE 7 44 0 61 43 13 156 5D 2A
Octal 316 7 104 0 141 103 23 526 135 52
Binary 11001110 111 1000100 0 1100001 1000011 10011 101010110 1011101 101010

Color Harmonies of #CE0744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0744

Black with #CE0744

Text Example


Text Example

White with #CE0744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0744; }

 p { color: rgb(206,7,68); }

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

background-color css

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

 a { background-color: rgb(206,7,68); }

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

border-color css

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

 span { border-color: rgb(206,7,68); }

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