Html Css Color HEX #CE063D Crimson

📋 copy color: '#CE063D'

red 206 ◦ green 6 ◦ blue 61

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

Shades of Crimson #CE063D

Tints of Crimson #CE063D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.34%

R = 75.46%
G = 2.2%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE063D (or 0xCE063D) is known color: Crimson. HEX triplet: CE, 06 and 3D. RGB value is (206,6,61). Sum of RGB (Red+Green+Blue) = 206+6+61=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE063D is #31F9C2. Grayscale: #484848. Windows color (decimal): -3275203 or 3999438. OLE color: 3999438.

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

Color convert

RGB 206 6 61 -
CMYK 0 0.97 0.70 0.19
HSL 343.5º 0.94% 0.42% -
HSV(B) 343.5º 0.97% 0.81% -
XYZ 26.36 13.59 5.65 -
YUV 72.07 121.76 223.53 -
System Red Green Blue C M Y K H S L
Decimal 206 6 61 0 0.97 0.70 0.19 343.5 0.94 0.42
Hex CE 6 3D 0 61 46 13 158 5E 2A
Octal 316 6 75 0 141 106 23 530 136 52
Binary 11001110 110 111101 0 1100001 1000110 10011 101011000 1011110 101010

Color Harmonies of #CE063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE063D

Black with #CE063D

Text Example


Text Example

White with #CE063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE063D; }

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

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

background-color css

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

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

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

border-color css

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

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

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