Html Css Color HEX #CE0244 Crimson

📋 copy color: '#CE0244'

red 206 ◦ green 2 ◦ blue 68

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

Shades of Crimson #CE0244

Tints of Crimson #CE0244

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 74.64%
G = 0.72%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE0244 (or 0xCE0244) is known color: Crimson. HEX triplet: CE, 02 and 44. RGB value is (206,2,68). Sum of RGB (Red+Green+Blue) = 206+2+68=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0244 is #31FDBB. Grayscale: #464646. Windows color (decimal): -3276220 or 4457166. OLE color: 4457166.

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

Color convert

RGB 206 2 68 -
CMYK 0 0.99 0.67 0.19
HSL 340.59º 0.98% 0.41% -
HSV(B) 340.59º 0.99% 0.81% -
XYZ 26.52 13.58 6.69 -
YUV 70.52 126.59 224.63 -
System Red Green Blue C M Y K H S L
Decimal 206 2 68 0 0.99 0.67 0.19 340.59 0.98 0.41
Hex CE 2 44 0 63 43 13 155 62 29
Octal 316 2 104 0 143 103 23 525 142 51
Binary 11001110 10 1000100 0 1100011 1000011 10011 101010101 1100010 101001

Color Harmonies of #CE0244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0244

Black with #CE0244

Text Example


Text Example

White with #CE0244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0244; }

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

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

background-color css

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

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

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

border-color css

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

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

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