Html Css Color HEX #CE0B3A Crimson

📋 copy color: '#CE0B3A'

red 206 ◦ green 11 ◦ blue 58

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

Shades of Crimson #CE0B3A

Tints of Crimson #CE0B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.09%

R = 74.91%
G = 4%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE0B3A (or 0xCE0B3A) is known color: Crimson. HEX triplet: CE, 0B and 3A. RGB value is (206,11,58). Sum of RGB (Red+Green+Blue) = 206+11+58=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0B3A is #31F4C5. Grayscale: #4A4A4A. Windows color (decimal): -3273926 or 3804110. OLE color: 3804110.

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

Color convert

RGB 206 11 58 -
CMYK 0 0.95 0.72 0.19
HSL 345.54º 0.9% 0.43% -
HSV(B) 345.54º 0.95% 0.81% -
XYZ 26.34 13.67 5.25 -
YUV 74.66 118.6 221.68 -
System Red Green Blue C M Y K H S L
Decimal 206 11 58 0 0.95 0.72 0.19 345.54 0.9 0.43
Hex CE B 3A 0 5F 48 13 15A 5A 2B
Octal 316 13 72 0 137 110 23 532 132 53
Binary 11001110 1011 111010 0 1011111 1001000 10011 101011010 1011010 101011

Color Harmonies of #CE0B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0B3A

Black with #CE0B3A

Text Example


Text Example

White with #CE0B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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