Html Css Color HEX #CE073F Crimson

📋 copy color: '#CE073F'

red 206 ◦ green 7 ◦ blue 63

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

Shades of Crimson #CE073F

Tints of Crimson #CE073F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.83%

R = 74.64%
G = 2.54%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE073F (or 0xCE073F) is known color: Crimson. HEX triplet: CE, 07 and 3F. RGB value is (206,7,63). Sum of RGB (Red+Green+Blue) = 206+7+63=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE073F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE073F is #31F8C0. Grayscale: #484848. Windows color (decimal): -3274945 or 4130766. OLE color: 4130766.

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

Color convert

RGB 206 7 63 -
CMYK 0 0.97 0.69 0.19
HSL 343.12º 0.93% 0.42% -
HSV(B) 343.12º 0.97% 0.81% -
XYZ 26.43 13.63 5.94 -
YUV 72.89 122.43 222.95 -
System Red Green Blue C M Y K H S L
Decimal 206 7 63 0 0.97 0.69 0.19 343.12 0.93 0.42
Hex CE 7 3F 0 61 45 13 157 5D 2A
Octal 316 7 77 0 141 105 23 527 135 52
Binary 11001110 111 111111 0 1100001 1000101 10011 101010111 1011101 101010

Color Harmonies of #CE073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE073F

Black with #CE073F

Text Example


Text Example

White with #CE073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE073F; }

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

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

background-color css

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

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

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

border-color css

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

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

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