Html Css Color HEX #CE083D Crimson

📋 copy color: '#CE083D'

red 206 ◦ green 8 ◦ blue 61

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

Shades of Crimson #CE083D

Tints of Crimson #CE083D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.91%

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

R = 74.91%
G = 2.91%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE083D (or 0xCE083D) is known color: Crimson. HEX triplet: CE, 08 and 3D. RGB value is (206,8,61). Sum of RGB (Red+Green+Blue) = 206+8+61=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE083D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE083D is #31F7C2. Grayscale: #494949. Windows color (decimal): -3274691 or 3999950. OLE color: 3999950.

HSL color Cylindrical-coordinate representation of color #CE083D: hue angle of 343.94º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE083D is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 8 61 -
CMYK 0 0.96 0.70 0.19
HSL 343.94º 0.93% 0.42% -
HSV(B) 343.94º 0.96% 0.81% -
XYZ 26.38 13.63 5.66 -
YUV 73.24 121.1 222.69 -
System Red Green Blue C M Y K H S L
Decimal 206 8 61 0 0.96 0.70 0.19 343.94 0.93 0.42
Hex CE 8 3D 0 60 46 13 158 5D 2A
Octal 316 10 75 0 140 106 23 530 135 52
Binary 11001110 1000 111101 0 1100000 1000110 10011 101011000 1011101 101010

Color Harmonies of #CE083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE083D

Black with #CE083D

Text Example


Text Example

White with #CE083D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE083D; }

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

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

background-color css

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

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

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

border-color css

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

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

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