Html Css Color HEX #CE0430 Crimson

📋 copy color: '#CE0430'

red 206 ◦ green 4 ◦ blue 48

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

Shades of Crimson #CE0430

Tints of Crimson #CE0430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.55%

 BLUE value IS 48 (19.14% from 255) = 18.6%

R = 79.84%
G = 1.55%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE0430 (or 0xCE0430) is known color: Crimson. HEX triplet: CE, 04 and 30. RGB value is (206,4,48). Sum of RGB (Red+Green+Blue) = 206+4+48=258 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.84% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0430 is #31FBCF. Grayscale: #454545. Windows color (decimal): -3275728 or 3146958. OLE color: 3146958.

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

Color convert

RGB 206 4 48 -
CMYK 0 0.98 0.77 0.19
HSL 346.93º 0.96% 0.41% -
HSV(B) 346.93º 0.98% 0.81% -
XYZ 26.03 13.42 4.02 -
YUV 69.41 115.92 225.42 -
System Red Green Blue C M Y K H S L
Decimal 206 4 48 0 0.98 0.77 0.19 346.93 0.96 0.41
Hex CE 4 30 0 62 4D 13 15B 60 29
Octal 316 4 60 0 142 115 23 533 140 51
Binary 11001110 100 110000 0 1100010 1001101 10011 101011011 1100000 101001

Color Harmonies of #CE0430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0430

Black with #CE0430

Text Example


Text Example

White with #CE0430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0430; }

 p { color: rgb(206,4,48); }

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

background-color css

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

 a { background-color: rgb(206,4,48); }

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

border-color css

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

 span { border-color: rgb(206,4,48); }

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