Html Css Color HEX #CE3D25 Harley Davidson Orange

📋 copy color: '#CE3D25'

red 206 ◦ green 61 ◦ blue 37

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

Shades of Harley Davidson Orange #CE3D25

Tints of Harley Davidson Orange #CE3D25

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.07%

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

R = 67.76%
G = 20.07%
B = 12.17%

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

#CE3D25 (or 0xCE3D25) is known color: Harley Davidson Orange. HEX triplet: CE, 3D and 25. RGB value is (206,61,37). Sum of RGB (Red+Green+Blue) = 206+61+37=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3D25 is #31C2DA. Grayscale: #656565. Windows color (decimal): -3261147 or 2440654. OLE color: 2440654.

HSL color Cylindrical-coordinate representation of color #CE3D25: hue angle of 8.52º 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 #CE3D25 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 61 37 -
CMYK 0 0.70 0.82 0.19
HSL 8.52º 0.7% 0.48% -
HSV(B) 8.52º 0.82% 0.81% -
XYZ 27.46 16.59 3.51 -
YUV 101.62 91.54 202.45 -
System Red Green Blue C M Y K H S L
Decimal 206 61 37 0 0.70 0.82 0.19 8.52 0.7 0.48
Hex CE 3D 25 0 46 52 13 9 46 30
Octal 316 75 45 0 106 122 23 11 106 60
Binary 11001110 111101 100101 0 1000110 1010010 10011 1001 1000110 110000

Color Harmonies of #CE3D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3D25

Black with #CE3D25

Text Example


Text Example

White with #CE3D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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