Html Css Color HEX #CE033D Crimson

📋 copy color: '#CE033D'

red 206 ◦ green 3 ◦ blue 61

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

Shades of Crimson #CE033D

Tints of Crimson #CE033D

RGB

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

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

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

R = 76.3%
G = 1.11%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE033D (or 0xCE033D) is known color: Crimson. HEX triplet: CE, 03 and 3D. RGB value is (206,3,61). Sum of RGB (Red+Green+Blue) = 206+3+61=270 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.30% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 206 - color contains mainly: red. Hex color #CE033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE033D is #31FCC2. Grayscale: #464646. Windows color (decimal): -3275971 or 3998670. OLE color: 3998670.

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

Color convert

RGB 206 3 61 -
CMYK 0 0.99 0.70 0.19
HSL 342.86º 0.97% 0.41% -
HSV(B) 342.86º 0.99% 0.81% -
XYZ 26.33 13.52 5.64 -
YUV 70.31 122.75 224.78 -
System Red Green Blue C M Y K H S L
Decimal 206 3 61 0 0.99 0.70 0.19 342.86 0.97 0.41
Hex CE 3 3D 0 63 46 13 157 61 29
Octal 316 3 75 0 143 106 23 527 141 51
Binary 11001110 11 111101 0 1100011 1000110 10011 101010111 1100001 101001

Color Harmonies of #CE033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE033D

Black with #CE033D

Text Example


Text Example

White with #CE033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE033D; }

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

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

background-color css

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

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

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

border-color css

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

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

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