Html Css Color HEX #CD381D Harley Davidson Orange

📋 copy color: '#CD381D'

red 205 ◦ green 56 ◦ blue 29

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

Shades of Harley Davidson Orange #CD381D

Tints of Harley Davidson Orange #CD381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.31%

 BLUE value IS 29 (11.72% from 255) = 10%

R = 70.69%
G = 19.31%
B = 10%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD381D (or 0xCD381D) is known color: Harley Davidson Orange. HEX triplet: CD, 38 and 1D. RGB value is (205,56,29). Sum of RGB (Red+Green+Blue) = 205+56+29=290 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.69% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 205 - color contains mainly: red. Hex color #CD381D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD381D is #32C7E2. Grayscale: #616161. Windows color (decimal): -3327971 or 1915085. OLE color: 1915085.

HSL color Cylindrical-coordinate representation of color #CD381D: hue angle of 9.2º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD381D is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 56 29 -
CMYK 0 0.73 0.86 0.20
HSL 9.2º 0.75% 0.46% -
HSV(B) 9.2º 0.86% 0.8% -
XYZ 26.81 15.9 2.82 -
YUV 97.47 89.36 204.7 -
System Red Green Blue C M Y K H S L
Decimal 205 56 29 0 0.73 0.86 0.20 9.2 0.75 0.46
Hex CD 38 1D 0 49 56 14 9 4B 2E
Octal 315 70 35 0 111 126 24 11 113 56
Binary 11001101 111000 11101 0 1001001 1010110 10100 1001 1001011 101110

Color Harmonies of #CD381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD381D

Black with #CD381D

Text Example


Text Example

White with #CD381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD381D; }

 p { color: rgb(205,56,29); }

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

background-color css

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

 a { background-color: rgb(205,56,29); }

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

border-color css

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

 span { border-color: rgb(205,56,29); }

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