Html Css Color HEX #CE063B Crimson

📋 copy color: '#CE063B'

red 206 ◦ green 6 ◦ blue 59

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

Shades of Crimson #CE063B

Tints of Crimson #CE063B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.77%

R = 76.01%
G = 2.21%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE063B (or 0xCE063B) is known color: Crimson. HEX triplet: CE, 06 and 3B. RGB value is (206,6,59). Sum of RGB (Red+Green+Blue) = 206+6+59=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE063B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE063B is #31F9C4. Grayscale: #474747. Windows color (decimal): -3275205 or 3868366. OLE color: 3868366.

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

Color convert

RGB 206 6 59 -
CMYK 0 0.97 0.71 0.19
HSL 344.1º 0.94% 0.42% -
HSV(B) 344.1º 0.97% 0.81% -
XYZ 26.31 13.57 5.37 -
YUV 71.84 120.76 223.69 -
System Red Green Blue C M Y K H S L
Decimal 206 6 59 0 0.97 0.71 0.19 344.1 0.94 0.42
Hex CE 6 3B 0 61 47 13 158 5E 2A
Octal 316 6 73 0 141 107 23 530 136 52
Binary 11001110 110 111011 0 1100001 1000111 10011 101011000 1011110 101010

Color Harmonies of #CE063B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE063B

Black with #CE063B

Text Example


Text Example

White with #CE063B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE063B; }

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

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

background-color css

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

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

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

border-color css

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

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

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