Html Css Color HEX #CE0030 Crimson

📋 copy color: '#CE0030'

red 206 ◦ green 0 ◦ blue 48

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

Shades of Crimson #CE0030

Tints of Crimson #CE0030

RGB

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

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

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

R = 81.1%
G = 0%
B = 18.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE0030 (or 0xCE0030) is known color: Crimson. HEX triplet: CE, 00 and 30. RGB value is (206,0,48). Sum of RGB (Red+Green+Blue) = 206+0+48=254 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.10% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0030 is #31FFCF. Grayscale: #434343. Windows color (decimal): -3276752 or 3145934. OLE color: 3145934.

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

Color convert

RGB 206 0 48 -
CMYK 0 1 0.77 0.19
HSL 346.02º 1% 0.4% -
HSV(B) 346.02º 1% 0.81% -
XYZ 25.99 13.34 4 -
YUV 67.07 117.25 227.1 -
System Red Green Blue C M Y K H S L
Decimal 206 0 48 0 1 0.77 0.19 346.02 1 0.4
Hex CE 0 30 0 64 4D 13 15A 64 28
Octal 316 0 60 0 144 115 23 532 144 50
Binary 11001110 0 110000 0 1100100 1001101 10011 101011010 1100100 101000

Color Harmonies of #CE0030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0030

Black with #CE0030

Text Example


Text Example

White with #CE0030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0030; }

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

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

background-color css

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

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

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

border-color css

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

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

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