Html Css Color HEX #CE0243 Crimson

📋 copy color: '#CE0243'

red 206 ◦ green 2 ◦ blue 67

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

Shades of Crimson #CE0243

Tints of Crimson #CE0243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.36%

R = 74.91%
G = 0.73%
B = 24.36%

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

#CE0243 (or 0xCE0243) is known color: Crimson. HEX triplet: CE, 02 and 43. RGB value is (206,2,67). Sum of RGB (Red+Green+Blue) = 206+2+67=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0243 is #31FDBC. Grayscale: #464646. Windows color (decimal): -3276221 or 4391630. OLE color: 4391630.

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

Color convert

RGB 206 2 67 -
CMYK 0 0.99 0.67 0.19
HSL 340.88º 0.98% 0.41% -
HSV(B) 340.88º 0.99% 0.81% -
XYZ 26.49 13.57 6.53 -
YUV 70.41 126.09 224.71 -
System Red Green Blue C M Y K H S L
Decimal 206 2 67 0 0.99 0.67 0.19 340.88 0.98 0.41
Hex CE 2 43 0 63 43 13 155 62 29
Octal 316 2 103 0 143 103 23 525 142 51
Binary 11001110 10 1000011 0 1100011 1000011 10011 101010101 1100010 101001

Color Harmonies of #CE0243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0243

Black with #CE0243

Text Example


Text Example

White with #CE0243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0243; }

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

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

background-color css

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

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

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

border-color css

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

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

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