Html Css Color HEX #CE033B Crimson

📋 copy color: '#CE033B'

red 206 ◦ green 3 ◦ blue 59

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

Shades of Crimson #CE033B

Tints of Crimson #CE033B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 76.87%
G = 1.12%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE033B (or 0xCE033B) is known color: Crimson. HEX triplet: CE, 03 and 3B. RGB value is (206,3,59). Sum of RGB (Red+Green+Blue) = 206+3+59=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE033B is #31FCC4. Grayscale: #464646. Windows color (decimal): -3275973 or 3867598. OLE color: 3867598.

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

Color convert

RGB 206 3 59 -
CMYK 0 0.99 0.71 0.19
HSL 343.45º 0.97% 0.41% -
HSV(B) 343.45º 0.99% 0.81% -
XYZ 26.28 13.5 5.36 -
YUV 70.08 121.75 224.95 -
System Red Green Blue C M Y K H S L
Decimal 206 3 59 0 0.99 0.71 0.19 343.45 0.97 0.41
Hex CE 3 3B 0 63 47 13 157 61 29
Octal 316 3 73 0 143 107 23 527 141 51
Binary 11001110 11 111011 0 1100011 1000111 10011 101010111 1100001 101001

Color Harmonies of #CE033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE033B

Black with #CE033B

Text Example


Text Example

White with #CE033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE033B; }

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

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

background-color css

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

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

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

border-color css

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

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

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