Html Css Color HEX #CE0630 Crimson

📋 copy color: '#CE0630'

red 206 ◦ green 6 ◦ blue 48

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

Shades of Crimson #CE0630

Tints of Crimson #CE0630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.31%

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

R = 79.23%
G = 2.31%
B = 18.46%

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

#CE0630 (or 0xCE0630) is known color: Crimson. HEX triplet: CE, 06 and 30. RGB value is (206,6,48). Sum of RGB (Red+Green+Blue) = 206+6+48=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0630 is #31F9CF. Grayscale: #464646. Windows color (decimal): -3275216 or 3147470. OLE color: 3147470.

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

Color convert

RGB 206 6 48 -
CMYK 0 0.97 0.77 0.19
HSL 347.4º 0.94% 0.42% -
HSV(B) 347.4º 0.97% 0.81% -
XYZ 26.05 13.47 4.02 -
YUV 70.59 115.26 224.58 -
System Red Green Blue C M Y K H S L
Decimal 206 6 48 0 0.97 0.77 0.19 347.4 0.94 0.42
Hex CE 6 30 0 61 4D 13 15B 5E 2A
Octal 316 6 60 0 141 115 23 533 136 52
Binary 11001110 110 110000 0 1100001 1001101 10011 101011011 1011110 101010

Color Harmonies of #CE0630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0630

Black with #CE0630

Text Example


Text Example

White with #CE0630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0630; }

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

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

background-color css

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

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

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

border-color css

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

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

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