Html Css Color HEX #CE063F Crimson

📋 copy color: '#CE063F'

red 206 ◦ green 6 ◦ blue 63

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

Shades of Crimson #CE063F

Tints of Crimson #CE063F

RGB

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

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

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

R = 74.91%
G = 2.18%
B = 22.91%

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

#CE063F (or 0xCE063F) is known color: Crimson. HEX triplet: CE, 06 and 3F. RGB value is (206,6,63). Sum of RGB (Red+Green+Blue) = 206+6+63=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE063F is #31F9C0. Grayscale: #484848. Windows color (decimal): -3275201 or 4130510. OLE color: 4130510.

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

Color convert

RGB 206 6 63 -
CMYK 0 0.97 0.69 0.19
HSL 342.9º 0.94% 0.42% -
HSV(B) 342.9º 0.97% 0.81% -
XYZ 26.42 13.61 5.94 -
YUV 72.3 122.76 223.37 -
System Red Green Blue C M Y K H S L
Decimal 206 6 63 0 0.97 0.69 0.19 342.9 0.94 0.42
Hex CE 6 3F 0 61 45 13 157 5E 2A
Octal 316 6 77 0 141 105 23 527 136 52
Binary 11001110 110 111111 0 1100001 1000101 10011 101010111 1011110 101010

Color Harmonies of #CE063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE063F

Black with #CE063F

Text Example


Text Example

White with #CE063F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE063F; }

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

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

background-color css

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

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

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

border-color css

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

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

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