Html Css Color HEX #CE0135 Crimson

📋 copy color: '#CE0135'

red 206 ◦ green 1 ◦ blue 53

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

Shades of Crimson #CE0135

Tints of Crimson #CE0135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 53 (21.09% from 255) = 20.38%

R = 79.23%
G = 0.38%
B = 20.38%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE0135 (or 0xCE0135) is known color: Crimson. HEX triplet: CE, 01 and 35. RGB value is (206,1,53). Sum of RGB (Red+Green+Blue) = 206+1+53=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0135 is #31FECA. Grayscale: #444444. Windows color (decimal): -3276491 or 3473870. OLE color: 3473870.

HSL color Cylindrical-coordinate representation of color #CE0135: hue angle of 344.78º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0135 is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 1 53 -
CMYK 0 1.00 0.74 0.19
HSL 344.78º 0.99% 0.41% -
HSV(B) 344.78º 1% 0.81% -
XYZ 26.11 13.4 4.58 -
YUV 68.22 119.42 226.27 -
System Red Green Blue C M Y K H S L
Decimal 206 1 53 0 1.00 0.74 0.19 344.78 0.99 0.41
Hex CE 1 35 0 64 4A 13 159 63 29
Octal 316 1 65 0 144 112 23 531 143 51
Binary 11001110 1 110101 0 1100100 1001010 10011 101011001 1100011 101001

Color Harmonies of #CE0135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0135

Black with #CE0135

Text Example


Text Example

White with #CE0135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0135; }

 p { color: rgb(206,1,53); }

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

background-color css

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

 a { background-color: rgb(206,1,53); }

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

border-color css

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

 span { border-color: rgb(206,1,53); }

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