Html Css Color HEX #CE043D Crimson

📋 copy color: '#CE043D'

red 206 ◦ green 4 ◦ blue 61

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

Shades of Crimson #CE043D

Tints of Crimson #CE043D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

 BLUE value IS 61 (24.22% from 255) = 22.51%

R = 76.01%
G = 1.48%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE043D (or 0xCE043D) is known color: Crimson. HEX triplet: CE, 04 and 3D. RGB value is (206,4,61). Sum of RGB (Red+Green+Blue) = 206+4+61=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE043D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE043D is #31FBC2. Grayscale: #464646. Windows color (decimal): -3275715 or 3998926. OLE color: 3998926.

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

Color convert

RGB 206 4 61 -
CMYK 0 0.98 0.70 0.19
HSL 343.07º 0.96% 0.41% -
HSV(B) 343.07º 0.98% 0.81% -
XYZ 26.34 13.55 5.64 -
YUV 70.9 122.42 224.37 -
System Red Green Blue C M Y K H S L
Decimal 206 4 61 0 0.98 0.70 0.19 343.07 0.96 0.41
Hex CE 4 3D 0 62 46 13 157 60 29
Octal 316 4 75 0 142 106 23 527 140 51
Binary 11001110 100 111101 0 1100010 1000110 10011 101010111 1100000 101001

Color Harmonies of #CE043D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE043D

Black with #CE043D

Text Example


Text Example

White with #CE043D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE043D; }

 p { color: rgb(206,4,61); }

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

background-color css

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

 a { background-color: rgb(206,4,61); }

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

border-color css

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

 span { border-color: rgb(206,4,61); }

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