Html Css Color HEX #CD361E Harley Davidson Orange

📋 copy color: '#CD361E'

red 205 ◦ green 54 ◦ blue 30

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

Shades of Harley Davidson Orange #CD361E

Tints of Harley Davidson Orange #CD361E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.69%

 BLUE value IS 30 (12.11% from 255) = 10.38%

R = 70.93%
G = 18.69%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD361E (or 0xCD361E) is known color: Harley Davidson Orange. HEX triplet: CD, 36 and 1E. RGB value is (205,54,30). Sum of RGB (Red+Green+Blue) = 205+54+30=289 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.93% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 205 - color contains mainly: red. Hex color #CD361E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD361E is #32C9E1. Grayscale: #606060. Windows color (decimal): -3328482 or 1980109. OLE color: 1980109.

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

Color convert

RGB 205 54 30 -
CMYK 0 0.74 0.85 0.20
HSL 8.23º 0.74% 0.46% -
HSV(B) 8.23º 0.85% 0.8% -
XYZ 26.73 15.71 2.85 -
YUV 96.41 90.53 205.45 -
System Red Green Blue C M Y K H S L
Decimal 205 54 30 0 0.74 0.85 0.20 8.23 0.74 0.46
Hex CD 36 1E 0 4A 55 14 8 4A 2E
Octal 315 66 36 0 112 125 24 10 112 56
Binary 11001101 110110 11110 0 1001010 1010101 10100 1000 1001010 101110

Color Harmonies of #CD361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD361E

Black with #CD361E

Text Example


Text Example

White with #CD361E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD361E; }

 p { color: rgb(205,54,30); }

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

background-color css

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

 a { background-color: rgb(205,54,30); }

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

border-color css

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

 span { border-color: rgb(205,54,30); }

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