Html Css Color HEX #CE3E25 Harley Davidson Orange

📋 copy color: '#CE3E25'

red 206 ◦ green 62 ◦ blue 37

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

Shades of Harley Davidson Orange #CE3E25

Tints of Harley Davidson Orange #CE3E25

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.33%

 BLUE value IS 37 (14.84% from 255) = 12.13%

R = 67.54%
G = 20.33%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE3E25 (or 0xCE3E25) is known color: Harley Davidson Orange. HEX triplet: CE, 3E and 25. RGB value is (206,62,37). Sum of RGB (Red+Green+Blue) = 206+62+37=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3E25 is #31C1DA. Grayscale: #666666. Windows color (decimal): -3260891 or 2440910. OLE color: 2440910.

HSL color Cylindrical-coordinate representation of color #CE3E25: hue angle of 8.88º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE3E25 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 62 37 -
CMYK 0 0.70 0.82 0.19
HSL 8.88º 0.7% 0.48% -
HSV(B) 8.88º 0.82% 0.81% -
XYZ 27.51 16.7 3.52 -
YUV 102.21 91.21 202.03 -
System Red Green Blue C M Y K H S L
Decimal 206 62 37 0 0.70 0.82 0.19 8.88 0.7 0.48
Hex CE 3E 25 0 46 52 13 9 46 30
Octal 316 76 45 0 106 122 23 11 106 60
Binary 11001110 111110 100101 0 1000110 1010010 10011 1001 1000110 110000

Color Harmonies of #CE3E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3E25

Black with #CE3E25

Text Example


Text Example

White with #CE3E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3E25; }

 p { color: rgb(206,62,37); }

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

background-color css

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

 a { background-color: rgb(206,62,37); }

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

border-color css

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

 span { border-color: rgb(206,62,37); }

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