Html Css Color HEX #CE133A Crimson

📋 copy color: '#CE133A'

red 206 ◦ green 19 ◦ blue 58

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

Shades of Crimson #CE133A

Tints of Crimson #CE133A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.71%

 BLUE value IS 58 (23.05% from 255) = 20.49%

R = 72.79%
G = 6.71%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE133A (or 0xCE133A) is known color: Crimson. HEX triplet: CE, 13 and 3A. RGB value is (206,19,58). Sum of RGB (Red+Green+Blue) = 206+19+58=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE133A is #31ECC5. Grayscale: #4F4F4F. Windows color (decimal): -3271878 or 3806158. OLE color: 3806158.

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

Color convert

RGB 206 19 58 -
CMYK 0 0.91 0.72 0.19
HSL 347.49º 0.83% 0.44% -
HSV(B) 347.49º 0.91% 0.81% -
XYZ 26.45 13.89 5.29 -
YUV 79.36 115.95 218.33 -
System Red Green Blue C M Y K H S L
Decimal 206 19 58 0 0.91 0.72 0.19 347.49 0.83 0.44
Hex CE 13 3A 0 5B 48 13 15B 53 2C
Octal 316 23 72 0 133 110 23 533 123 54
Binary 11001110 10011 111010 0 1011011 1001000 10011 101011011 1010011 101100

Color Harmonies of #CE133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE133A

Black with #CE133A

Text Example


Text Example

White with #CE133A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE133A; }

 p { color: rgb(206,19,58); }

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

background-color css

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

 a { background-color: rgb(206,19,58); }

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

border-color css

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

 span { border-color: rgb(206,19,58); }

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