Html Css Color HEX #CF1D15 Harley Davidson Orange

📋 copy color: '#CF1D15'

red 207 ◦ green 29 ◦ blue 21

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

Shades of Harley Davidson Orange #CF1D15

Tints of Harley Davidson Orange #CF1D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.28%

 BLUE value IS 21 (8.59% from 255) = 8.17%

R = 80.54%
G = 11.28%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF1D15 (or 0xCF1D15) is known color: Harley Davidson Orange. HEX triplet: CF, 1D and 15. RGB value is (207,29,21). Sum of RGB (Red+Green+Blue) = 207+29+21=257 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.54% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF1D15 is #30E2EA. Grayscale: #515151. Windows color (decimal): -3203819 or 1383887. OLE color: 1383887.

HSL color Cylindrical-coordinate representation of color #CF1D15: hue angle of 2.58º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1D15 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 29 21 -
CMYK 0 0.86 0.90 0.19
HSL 2.58º 0.82% 0.45% -
HSV(B) 2.58º 0.9% 0.81% -
XYZ 26.31 14.2 2.06 -
YUV 81.31 93.97 217.65 -
System Red Green Blue C M Y K H S L
Decimal 207 29 21 0 0.86 0.90 0.19 2.58 0.82 0.45
Hex CF 1D 15 0 56 5A 13 3 52 2D
Octal 317 35 25 0 126 132 23 3 122 55
Binary 11001111 11101 10101 0 1010110 1011010 10011 11 1010010 101101

Color Harmonies of #CF1D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1D15

Black with #CF1D15

Text Example


Text Example

White with #CF1D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1D15; }

 p { color: rgb(207,29,21); }

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

background-color css

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

 a { background-color: rgb(207,29,21); }

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

border-color css

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

 span { border-color: rgb(207,29,21); }

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