Html Css Color HEX #CD4315 Harley Davidson Orange

📋 copy color: '#CD4315'

red 205 ◦ green 67 ◦ blue 21

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

Shades of Harley Davidson Orange #CD4315

Tints of Harley Davidson Orange #CD4315

RGB

 RED value IS 205 (80.47% from 255) = 69.97%

 GREEN value IS 67 (26.56% from 255) = 22.87%

 BLUE value IS 21 (8.59% from 255) = 7.17%

R = 69.97%
G = 22.87%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD4315 (or 0xCD4315) is known color: Harley Davidson Orange. HEX triplet: CD, 43 and 15. RGB value is (205,67,21). Sum of RGB (Red+Green+Blue) = 205+67+21=293 (38% of max value = 765). Red value is 205 (80.47% from 255 or 69.97% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4315 is #32BCEA. Grayscale: #676767. Windows color (decimal): -3325163 or 1393613. OLE color: 1393613.

HSL color Cylindrical-coordinate representation of color #CD4315: hue angle of 15º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD4315 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 67 21 -
CMYK 0 0.67 0.90 0.20
HSL 15º 0.81% 0.44% -
HSV(B) 15º 0.9% 0.8% -
XYZ 27.32 17.05 2.56 -
YUV 103.02 81.72 200.74 -
System Red Green Blue C M Y K H S L
Decimal 205 67 21 0 0.67 0.90 0.20 15 0.81 0.44
Hex CD 43 15 0 43 5A 14 F 51 2C
Octal 315 103 25 0 103 132 24 17 121 54
Binary 11001101 1000011 10101 0 1000011 1011010 10100 1111 1010001 101100

Color Harmonies of #CD4315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4315

Black with #CD4315

Text Example


Text Example

White with #CD4315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4315; }

 p { color: rgb(205,67,21); }

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

background-color css

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

 a { background-color: rgb(205,67,21); }

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

border-color css

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

 span { border-color: rgb(205,67,21); }

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