Html Css Color HEX #CE0340 Crimson

📋 copy color: '#CE0340'

red 206 ◦ green 3 ◦ blue 64

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

Shades of Crimson #CE0340

Tints of Crimson #CE0340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 75.46%
G = 1.1%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE0340 (or 0xCE0340) is known color: Crimson. HEX triplet: CE, 03 and 40. RGB value is (206,3,64). Sum of RGB (Red+Green+Blue) = 206+3+64=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0340 is #31FCBF. Grayscale: #464646. Windows color (decimal): -3275968 or 4195278. OLE color: 4195278.

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

Color convert

RGB 206 3 64 -
CMYK 0 0.99 0.69 0.19
HSL 341.97º 0.97% 0.41% -
HSV(B) 341.97º 0.99% 0.81% -
XYZ 26.41 13.56 6.08 -
YUV 70.65 124.25 224.54 -
System Red Green Blue C M Y K H S L
Decimal 206 3 64 0 0.99 0.69 0.19 341.97 0.97 0.41
Hex CE 3 40 0 63 45 13 156 61 29
Octal 316 3 100 0 143 105 23 526 141 51
Binary 11001110 11 1000000 0 1100011 1000101 10011 101010110 1100001 101001

Color Harmonies of #CE0340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0340

Black with #CE0340

Text Example


Text Example

White with #CE0340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0340; }

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

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

background-color css

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

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

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

border-color css

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

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

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