Html Css Color HEX #CE003D Crimson

📋 copy color: '#CE003D'

red 206 ◦ green 0 ◦ blue 61

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

Shades of Crimson #CE003D

Tints of Crimson #CE003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.15%
G = 0%
B = 22.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE003D (or 0xCE003D) is known color: Crimson. HEX triplet: CE, 00 and 3D. RGB value is (206,0,61). Sum of RGB (Red+Green+Blue) = 206+0+61=267 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.15% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 206 - color contains mainly: red. Hex color #CE003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE003D is #31FFC2. Grayscale: #444444. Windows color (decimal): -3276739 or 3997902. OLE color: 3997902.

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

Color convert

RGB 206 0 61 -
CMYK 0 1 0.70 0.19
HSL 342.23º 1% 0.4% -
HSV(B) 342.23º 1% 0.81% -
XYZ 26.3 13.46 5.63 -
YUV 68.55 123.75 226.04 -
System Red Green Blue C M Y K H S L
Decimal 206 0 61 0 1 0.70 0.19 342.23 1 0.4
Hex CE 0 3D 0 64 46 13 156 64 28
Octal 316 0 75 0 144 106 23 526 144 50
Binary 11001110 0 111101 0 1100100 1000110 10011 101010110 1100100 101000

Color Harmonies of #CE003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE003D

Black with #CE003D

Text Example


Text Example

White with #CE003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE003D; }

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

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

background-color css

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

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

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

border-color css

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

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

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