Html Css Color HEX #CE143B Crimson

📋 copy color: '#CE143B'

red 206 ◦ green 20 ◦ blue 59

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

Shades of Crimson #CE143B

Tints of Crimson #CE143B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.02%

 BLUE value IS 59 (23.44% from 255) = 20.7%

R = 72.28%
G = 7.02%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE143B (or 0xCE143B) is known color: Crimson. HEX triplet: CE, 14 and 3B. RGB value is (206,20,59). Sum of RGB (Red+Green+Blue) = 206+20+59=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE143B is #31EBC4. Grayscale: #505050. Windows color (decimal): -3271621 or 3871950. OLE color: 3871950.

HSL color Cylindrical-coordinate representation of color #CE143B: hue angle of 347.42º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE143B is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 20 59 -
CMYK 0 0.90 0.71 0.19
HSL 347.42º 0.82% 0.44% -
HSV(B) 347.42º 0.9% 0.81% -
XYZ 26.49 13.94 5.43 -
YUV 80.06 116.12 217.83 -
System Red Green Blue C M Y K H S L
Decimal 206 20 59 0 0.90 0.71 0.19 347.42 0.82 0.44
Hex CE 14 3B 0 5A 47 13 15B 52 2C
Octal 316 24 73 0 132 107 23 533 122 54
Binary 11001110 10100 111011 0 1011010 1000111 10011 101011011 1010010 101100

Color Harmonies of #CE143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE143B

Black with #CE143B

Text Example


Text Example

White with #CE143B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE143B; }

 p { color: rgb(206,20,59); }

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

background-color css

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

 a { background-color: rgb(206,20,59); }

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

border-color css

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

 span { border-color: rgb(206,20,59); }

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