Html Css Color HEX #CE032F Crimson

📋 copy color: '#CE032F'

red 206 ◦ green 3 ◦ blue 47

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

Shades of Crimson #CE032F

Tints of Crimson #CE032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.36%

R = 80.47%
G = 1.17%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE032F (or 0xCE032F) is known color: Crimson. HEX triplet: CE, 03 and 2F. RGB value is (206,3,47). Sum of RGB (Red+Green+Blue) = 206+3+47=256 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.47% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 206 - color contains mainly: red. Hex color #CE032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE032F is #31FCD0. Grayscale: #444444. Windows color (decimal): -3275985 or 3081166. OLE color: 3081166.

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

Color convert

RGB 206 3 47 -
CMYK 0 0.99 0.77 0.19
HSL 347º 0.97% 0.41% -
HSV(B) 347º 0.99% 0.81% -
XYZ 26 13.39 3.9 -
YUV 68.71 115.75 225.92 -
System Red Green Blue C M Y K H S L
Decimal 206 3 47 0 0.99 0.77 0.19 347 0.97 0.41
Hex CE 3 2F 0 63 4D 13 15B 61 29
Octal 316 3 57 0 143 115 23 533 141 51
Binary 11001110 11 101111 0 1100011 1001101 10011 101011011 1100001 101001

Color Harmonies of #CE032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE032F

Black with #CE032F

Text Example


Text Example

White with #CE032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE032F; }

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

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

background-color css

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

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

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

border-color css

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

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

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