Html Css Color HEX #CD361C Harley Davidson Orange

📋 copy color: '#CD361C'

red 205 ◦ green 54 ◦ blue 28

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

Shades of Harley Davidson Orange #CD361C

Tints of Harley Davidson Orange #CD361C

RGB

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

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

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

R = 71.43%
G = 18.82%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD361C (or 0xCD361C) is known color: Harley Davidson Orange. HEX triplet: CD, 36 and 1C. RGB value is (205,54,28). Sum of RGB (Red+Green+Blue) = 205+54+28=287 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.43% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 205 - color contains mainly: red. Hex color #CD361C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD361C is #32C9E3. Grayscale: #606060. Windows color (decimal): -3328484 or 1849037. OLE color: 1849037.

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

Color convert

RGB 205 54 28 -
CMYK 0 0.74 0.86 0.20
HSL 8.81º 0.76% 0.46% -
HSV(B) 8.81º 0.86% 0.8% -
XYZ 26.71 15.7 2.72 -
YUV 96.19 89.53 205.61 -
System Red Green Blue C M Y K H S L
Decimal 205 54 28 0 0.74 0.86 0.20 8.81 0.76 0.46
Hex CD 36 1C 0 4A 56 14 9 4C 2E
Octal 315 66 34 0 112 126 24 11 114 56
Binary 11001101 110110 11100 0 1001010 1010110 10100 1001 1001100 101110

Color Harmonies of #CD361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD361C

Black with #CD361C

Text Example


Text Example

White with #CD361C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD361C; }

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

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

background-color css

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

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

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

border-color css

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

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

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