Html Css Color HEX #CE0730 Crimson

📋 copy color: '#CE0730'

red 206 ◦ green 7 ◦ blue 48

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

Shades of Crimson #CE0730

Tints of Crimson #CE0730

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.68%

 BLUE value IS 48 (19.14% from 255) = 18.39%

R = 78.93%
G = 2.68%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE0730 (or 0xCE0730) is known color: Crimson. HEX triplet: CE, 07 and 30. RGB value is (206,7,48). Sum of RGB (Red+Green+Blue) = 206+7+48=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0730 is #31F8CF. Grayscale: #474747. Windows color (decimal): -3274960 or 3147726. OLE color: 3147726.

HSL color Cylindrical-coordinate representation of color #CE0730: hue angle of 347.64º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE0730 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 7 48 -
CMYK 0 0.97 0.77 0.19
HSL 347.64º 0.93% 0.42% -
HSV(B) 347.64º 0.97% 0.81% -
XYZ 26.06 13.49 4.03 -
YUV 71.18 114.93 224.17 -
System Red Green Blue C M Y K H S L
Decimal 206 7 48 0 0.97 0.77 0.19 347.64 0.93 0.42
Hex CE 7 30 0 61 4D 13 15C 5D 2A
Octal 316 7 60 0 141 115 23 534 135 52
Binary 11001110 111 110000 0 1100001 1001101 10011 101011100 1011101 101010

Color Harmonies of #CE0730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0730

Black with #CE0730

Text Example


Text Example

White with #CE0730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0730; }

 p { color: rgb(206,7,48); }

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

background-color css

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

 a { background-color: rgb(206,7,48); }

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

border-color css

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

 span { border-color: rgb(206,7,48); }

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