Html Css Color HEX #CD421C Harley Davidson Orange

📋 copy color: '#CD421C'

red 205 ◦ green 66 ◦ blue 28

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

Shades of Harley Davidson Orange #CD421C

Tints of Harley Davidson Orange #CD421C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.07%

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

R = 68.56%
G = 22.07%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD421C (or 0xCD421C) is known color: Harley Davidson Orange. HEX triplet: CD, 42 and 1C. RGB value is (205,66,28). Sum of RGB (Red+Green+Blue) = 205+66+28=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD421C is #32BDE3. Grayscale: #676767. Windows color (decimal): -3325412 or 1852109. OLE color: 1852109.

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

Color convert

RGB 205 66 28 -
CMYK 0 0.68 0.86 0.20
HSL 12.88º 0.76% 0.46% -
HSV(B) 12.88º 0.86% 0.8% -
XYZ 27.33 16.96 2.93 -
YUV 103.23 85.55 200.59 -
System Red Green Blue C M Y K H S L
Decimal 205 66 28 0 0.68 0.86 0.20 12.88 0.76 0.46
Hex CD 42 1C 0 44 56 14 D 4C 2E
Octal 315 102 34 0 104 126 24 15 114 56
Binary 11001101 1000010 11100 0 1000100 1010110 10100 1101 1001100 101110

Color Harmonies of #CD421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD421C

Black with #CD421C

Text Example


Text Example

White with #CD421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD421C; }

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

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

background-color css

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

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

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

border-color css

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

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

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