Html Css Color HEX #CF321E Harley Davidson Orange

📋 copy color: '#CF321E'

red 207 ◦ green 50 ◦ blue 30

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

Shades of Harley Davidson Orange #CF321E

Tints of Harley Davidson Orange #CF321E

RGB

 RED value IS 207 (81.25% from 255) = 72.13%

 GREEN value IS 50 (19.92% from 255) = 17.42%

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

R = 72.13%
G = 17.42%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF321E (or 0xCF321E) is known color: Harley Davidson Orange. HEX triplet: CF, 32 and 1E. RGB value is (207,50,30). Sum of RGB (Red+Green+Blue) = 207+50+30=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF321E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF321E is #30CDE1. Grayscale: #5E5E5E. Windows color (decimal): -3198434 or 1979087. OLE color: 1979087.

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

Color convert

RGB 207 50 30 -
CMYK 0 0.76 0.86 0.19
HSL 6.78º 0.75% 0.46% -
HSV(B) 6.78º 0.86% 0.81% -
XYZ 27.11 15.64 2.82 -
YUV 94.66 91.51 208.13 -
System Red Green Blue C M Y K H S L
Decimal 207 50 30 0 0.76 0.86 0.19 6.78 0.75 0.46
Hex CF 32 1E 0 4C 56 13 7 4B 2E
Octal 317 62 36 0 114 126 23 7 113 56
Binary 11001111 110010 11110 0 1001100 1010110 10011 111 1001011 101110

Color Harmonies of #CF321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF321E

Black with #CF321E

Text Example


Text Example

White with #CF321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF321E; }

 p { color: rgb(207,50,30); }

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

background-color css

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

 a { background-color: rgb(207,50,30); }

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

border-color css

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

 span { border-color: rgb(207,50,30); }

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