Html Css Color HEX #CD381C Harley Davidson Orange

📋 copy color: '#CD381C'

red 205 ◦ green 56 ◦ blue 28

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

Shades of Harley Davidson Orange #CD381C

Tints of Harley Davidson Orange #CD381C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.69%

R = 70.93%
G = 19.38%
B = 9.69%

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

#CD381C (or 0xCD381C) is known color: Harley Davidson Orange. HEX triplet: CD, 38 and 1C. RGB value is (205,56,28). Sum of RGB (Red+Green+Blue) = 205+56+28=289 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.93% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 205 - color contains mainly: red. Hex color #CD381C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD381C is #32C7E3. Grayscale: #616161. Windows color (decimal): -3327972 or 1849549. OLE color: 1849549.

HSL color Cylindrical-coordinate representation of color #CD381C: hue angle of 9.49º degrees, saturation: 0.76, 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 #CD381C is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 56 28 -
CMYK 0 0.73 0.86 0.20
HSL 9.49º 0.76% 0.46% -
HSV(B) 9.49º 0.86% 0.8% -
XYZ 26.8 15.89 2.75 -
YUV 97.36 88.86 204.78 -
System Red Green Blue C M Y K H S L
Decimal 205 56 28 0 0.73 0.86 0.20 9.49 0.76 0.46
Hex CD 38 1C 0 49 56 14 9 4C 2E
Octal 315 70 34 0 111 126 24 11 114 56
Binary 11001101 111000 11100 0 1001001 1010110 10100 1001 1001100 101110

Color Harmonies of #CD381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD381C

Black with #CD381C

Text Example


Text Example

White with #CD381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD381C; }

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

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

background-color css

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

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

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

border-color css

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

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

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