Html Css Color HEX #CE0234 Crimson

📋 copy color: '#CE0234'

red 206 ◦ green 2 ◦ blue 52

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

Shades of Crimson #CE0234

Tints of Crimson #CE0234

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 52 (20.7% from 255) = 20%

R = 79.23%
G = 0.77%
B = 20%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE0234 (or 0xCE0234) is known color: Crimson. HEX triplet: CE, 02 and 34. RGB value is (206,2,52). Sum of RGB (Red+Green+Blue) = 206+2+52=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0234 is #31FDCB. Grayscale: #444444. Windows color (decimal): -3276236 or 3408590. OLE color: 3408590.

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

Color convert

RGB 206 2 52 -
CMYK 0 0.99 0.75 0.19
HSL 345.29º 0.98% 0.41% -
HSV(B) 345.29º 0.99% 0.81% -
XYZ 26.1 13.41 4.46 -
YUV 68.7 118.59 225.93 -
System Red Green Blue C M Y K H S L
Decimal 206 2 52 0 0.99 0.75 0.19 345.29 0.98 0.41
Hex CE 2 34 0 63 4B 13 159 62 29
Octal 316 2 64 0 143 113 23 531 142 51
Binary 11001110 10 110100 0 1100011 1001011 10011 101011001 1100010 101001

Color Harmonies of #CE0234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0234

Black with #CE0234

Text Example


Text Example

White with #CE0234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0234; }

 p { color: rgb(206,2,52); }

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

background-color css

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

 a { background-color: rgb(206,2,52); }

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

border-color css

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

 span { border-color: rgb(206,2,52); }

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