Html Css Color HEX #CF1815 Harley Davidson Orange

📋 copy color: '#CF1815'

red 207 ◦ green 24 ◦ blue 21

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

Shades of Harley Davidson Orange #CF1815

Tints of Harley Davidson Orange #CF1815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.52%

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

R = 82.14%
G = 9.52%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF1815 (or 0xCF1815) is known color: Harley Davidson Orange. HEX triplet: CF, 18 and 15. RGB value is (207,24,21). Sum of RGB (Red+Green+Blue) = 207+24+21=252 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.14% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1815 is #30E7EA. Grayscale: #4E4E4E. Windows color (decimal): -3205099 or 1382607. OLE color: 1382607.

HSL color Cylindrical-coordinate representation of color #CF1815: hue angle of 0.97º 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 #CF1815 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 24 21 -
CMYK 0 0.88 0.90 0.19
HSL 0.97º 0.82% 0.45% -
HSV(B) 0.97º 0.9% 0.81% -
XYZ 26.19 13.97 2.03 -
YUV 78.38 95.63 219.74 -
System Red Green Blue C M Y K H S L
Decimal 207 24 21 0 0.88 0.90 0.19 0.97 0.82 0.45
Hex CF 18 15 0 58 5A 13 1 52 2D
Octal 317 30 25 0 130 132 23 1 122 55
Binary 11001111 11000 10101 0 1011000 1011010 10011 1 1010010 101101

Color Harmonies of #CF1815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1815

Black with #CF1815

Text Example


Text Example

White with #CF1815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1815; }

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

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

background-color css

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

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

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

border-color css

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

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

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