Html Css Color HEX #CE103B Crimson

📋 copy color: '#CE103B'

red 206 ◦ green 16 ◦ blue 59

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

Shades of Crimson #CE103B

Tints of Crimson #CE103B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.69%

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

R = 73.31%
G = 5.69%
B = 21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE103B (or 0xCE103B) is known color: Crimson. HEX triplet: CE, 10 and 3B. RGB value is (206,16,59). Sum of RGB (Red+Green+Blue) = 206+16+59=281 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.31% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 206 - color contains mainly: red. Hex color #CE103B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE103B is #31EFC4. Grayscale: #4D4D4D. Windows color (decimal): -3272645 or 3870926. OLE color: 3870926.

HSL color Cylindrical-coordinate representation of color #CE103B: hue angle of 346.42º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE103B is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 16 59 -
CMYK 0 0.92 0.71 0.19
HSL 346.42º 0.86% 0.44% -
HSV(B) 346.42º 0.92% 0.81% -
XYZ 26.43 13.81 5.41 -
YUV 77.71 117.45 219.5 -
System Red Green Blue C M Y K H S L
Decimal 206 16 59 0 0.92 0.71 0.19 346.42 0.86 0.44
Hex CE 10 3B 0 5C 47 13 15A 56 2C
Octal 316 20 73 0 134 107 23 532 126 54
Binary 11001110 10000 111011 0 1011100 1000111 10011 101011010 1010110 101100

Color Harmonies of #CE103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE103B

Black with #CE103B

Text Example


Text Example

White with #CE103B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE103B; }

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

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

background-color css

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

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

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

border-color css

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

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

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