Html Css Color HEX #CE0B3E Crimson

📋 copy color: '#CE0B3E'

red 206 ◦ green 11 ◦ blue 62

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

Shades of Crimson #CE0B3E

Tints of Crimson #CE0B3E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.94%

 BLUE value IS 62 (24.61% from 255) = 22.22%

R = 73.84%
G = 3.94%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE0B3E (or 0xCE0B3E) is known color: Crimson. HEX triplet: CE, 0B and 3E. RGB value is (206,11,62). Sum of RGB (Red+Green+Blue) = 206+11+62=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0B3E is #31F4C1. Grayscale: #4B4B4B. Windows color (decimal): -3273922 or 4066254. OLE color: 4066254.

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

Color convert

RGB 206 11 62 -
CMYK 0 0.95 0.70 0.19
HSL 344.31º 0.9% 0.43% -
HSV(B) 344.31º 0.95% 0.81% -
XYZ 26.44 13.71 5.81 -
YUV 75.12 120.6 221.35 -
System Red Green Blue C M Y K H S L
Decimal 206 11 62 0 0.95 0.70 0.19 344.31 0.9 0.43
Hex CE B 3E 0 5F 46 13 158 5A 2B
Octal 316 13 76 0 137 106 23 530 132 53
Binary 11001110 1011 111110 0 1011111 1000110 10011 101011000 1011010 101011

Color Harmonies of #CE0B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0B3E

Black with #CE0B3E

Text Example


Text Example

White with #CE0B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0B3E; }

 p { color: rgb(206,11,62); }

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

background-color css

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

 a { background-color: rgb(206,11,62); }

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

border-color css

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

 span { border-color: rgb(206,11,62); }

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