Html Css Color HEX #CF2F15 Harley Davidson Orange

📋 copy color: '#CF2F15'

red 207 ◦ green 47 ◦ blue 21

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

Shades of Harley Davidson Orange #CF2F15

Tints of Harley Davidson Orange #CF2F15

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.09%

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

R = 75.27%
G = 17.09%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF2F15 (or 0xCF2F15) is known color: Harley Davidson Orange. HEX triplet: CF, 2F and 15. RGB value is (207,47,21). Sum of RGB (Red+Green+Blue) = 207+47+21=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2F15 is #30D0EA. Grayscale: #5C5C5C. Windows color (decimal): -3199211 or 1388495. OLE color: 1388495.

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

Color convert

RGB 207 47 21 -
CMYK 0 0.77 0.90 0.19
HSL 8.39º 0.82% 0.45% -
HSV(B) 8.39º 0.9% 0.81% -
XYZ 26.88 15.35 2.26 -
YUV 91.88 88.01 210.11 -
System Red Green Blue C M Y K H S L
Decimal 207 47 21 0 0.77 0.90 0.19 8.39 0.82 0.45
Hex CF 2F 15 0 4D 5A 13 8 52 2D
Octal 317 57 25 0 115 132 23 10 122 55
Binary 11001111 101111 10101 0 1001101 1011010 10011 1000 1010010 101101

Color Harmonies of #CF2F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2F15

Black with #CF2F15

Text Example


Text Example

White with #CF2F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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