Html Css Color HEX #CF2C19 Harley Davidson Orange

📋 copy color: '#CF2C19'

red 207 ◦ green 44 ◦ blue 25

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

Shades of Harley Davidson Orange #CF2C19

Tints of Harley Davidson Orange #CF2C19

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.94%

 BLUE value IS 25 (10.16% from 255) = 9.06%

R = 75%
G = 15.94%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF2C19 (or 0xCF2C19) is known color: Harley Davidson Orange. HEX triplet: CF, 2C and 19. RGB value is (207,44,25). Sum of RGB (Red+Green+Blue) = 207+44+25=276 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2C19 is #30D3E6. Grayscale: #5A5A5A. Windows color (decimal): -3199975 or 1649871. OLE color: 1649871.

HSL color Cylindrical-coordinate representation of color #CF2C19: hue angle of 6.26º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF2C19 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 44 25 -
CMYK 0 0.79 0.88 0.19
HSL 6.26º 0.78% 0.45% -
HSV(B) 6.26º 0.88% 0.81% -
XYZ 26.81 15.14 2.43 -
YUV 90.57 91 211.04 -
System Red Green Blue C M Y K H S L
Decimal 207 44 25 0 0.79 0.88 0.19 6.26 0.78 0.45
Hex CF 2C 19 0 4F 58 13 6 4E 2D
Octal 317 54 31 0 117 130 23 6 116 55
Binary 11001111 101100 11001 0 1001111 1011000 10011 110 1001110 101101

Color Harmonies of #CF2C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2C19

Black with #CF2C19

Text Example


Text Example

White with #CF2C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2C19; }

 p { color: rgb(207,44,25); }

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

background-color css

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

 a { background-color: rgb(207,44,25); }

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

border-color css

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

 span { border-color: rgb(207,44,25); }

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