Html Css Color HEX #CE0342 Crimson

📋 copy color: '#CE0342'

red 206 ◦ green 3 ◦ blue 66

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

Shades of Crimson #CE0342

Tints of Crimson #CE0342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 66 (26.17% from 255) = 24%

R = 74.91%
G = 1.09%
B = 24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE0342 (or 0xCE0342) is known color: Crimson. HEX triplet: CE, 03 and 42. RGB value is (206,3,66). Sum of RGB (Red+Green+Blue) = 206+3+66=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0342 is #31FCBD. Grayscale: #464646. Windows color (decimal): -3275966 or 4326350. OLE color: 4326350.

HSL color Cylindrical-coordinate representation of color #CE0342: hue angle of 341.38º degrees, saturation: 0.97, 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 #CE0342 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 3 66 -
CMYK 0 0.99 0.68 0.19
HSL 341.38º 0.97% 0.41% -
HSV(B) 341.38º 0.99% 0.81% -
XYZ 26.47 13.58 6.38 -
YUV 70.88 125.25 224.38 -
System Red Green Blue C M Y K H S L
Decimal 206 3 66 0 0.99 0.68 0.19 341.38 0.97 0.41
Hex CE 3 42 0 63 44 13 155 61 29
Octal 316 3 102 0 143 104 23 525 141 51
Binary 11001110 11 1000010 0 1100011 1000100 10011 101010101 1100001 101001

Color Harmonies of #CE0342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0342

Black with #CE0342

Text Example


Text Example

White with #CE0342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0342; }

 p { color: rgb(206,3,66); }

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

background-color css

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

 a { background-color: rgb(206,3,66); }

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

border-color css

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

 span { border-color: rgb(206,3,66); }

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