Html Css Color HEX #CE023A Crimson

📋 copy color: '#CE023A'

red 206 ◦ green 2 ◦ blue 58

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

Shades of Crimson #CE023A

Tints of Crimson #CE023A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.8%

R = 77.44%
G = 0.75%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE023A (or 0xCE023A) is known color: Crimson. HEX triplet: CE, 02 and 3A. RGB value is (206,2,58). Sum of RGB (Red+Green+Blue) = 206+2+58=266 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.44% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 206 - color contains mainly: red. Hex color #CE023A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE023A is #31FDC5. Grayscale: #454545. Windows color (decimal): -3276230 or 3801806. OLE color: 3801806.

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

Color convert

RGB 206 2 58 -
CMYK 0 0.99 0.72 0.19
HSL 343.53º 0.98% 0.41% -
HSV(B) 343.53º 0.99% 0.81% -
XYZ 26.24 13.47 5.22 -
YUV 69.38 121.59 225.45 -
System Red Green Blue C M Y K H S L
Decimal 206 2 58 0 0.99 0.72 0.19 343.53 0.98 0.41
Hex CE 2 3A 0 63 48 13 158 62 29
Octal 316 2 72 0 143 110 23 530 142 51
Binary 11001110 10 111010 0 1100011 1001000 10011 101011000 1100010 101001

Color Harmonies of #CE023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE023A

Black with #CE023A

Text Example


Text Example

White with #CE023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE023A; }

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

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

background-color css

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

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

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

border-color css

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

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

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