Html Css Color HEX #CE0C3A Crimson

📋 copy color: '#CE0C3A'

red 206 ◦ green 12 ◦ blue 58

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

Shades of Crimson #CE0C3A

Tints of Crimson #CE0C3A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.35%

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

R = 74.64%
G = 4.35%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE0C3A (or 0xCE0C3A) is known color: Crimson. HEX triplet: CE, 0C and 3A. RGB value is (206,12,58). Sum of RGB (Red+Green+Blue) = 206+12+58=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0C3A is #31F3C5. Grayscale: #4B4B4B. Windows color (decimal): -3273670 or 3804366. OLE color: 3804366.

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

Color convert

RGB 206 12 58 -
CMYK 0 0.94 0.72 0.19
HSL 345.77º 0.89% 0.43% -
HSV(B) 345.77º 0.94% 0.81% -
XYZ 26.35 13.69 5.26 -
YUV 75.25 118.27 221.26 -
System Red Green Blue C M Y K H S L
Decimal 206 12 58 0 0.94 0.72 0.19 345.77 0.89 0.43
Hex CE C 3A 0 5E 48 13 15A 59 2B
Octal 316 14 72 0 136 110 23 532 131 53
Binary 11001110 1100 111010 0 1011110 1001000 10011 101011010 1011001 101011

Color Harmonies of #CE0C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0C3A

Black with #CE0C3A

Text Example


Text Example

White with #CE0C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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