Html Css Color HEX #CF3F25 Harley Davidson Orange

📋 copy color: '#CF3F25'

red 207 ◦ green 63 ◦ blue 37

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

Shades of Harley Davidson Orange #CF3F25

Tints of Harley Davidson Orange #CF3F25

RGB

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

 GREEN value IS 63 (25% from 255) = 20.52%

 BLUE value IS 37 (14.84% from 255) = 12.05%

R = 67.43%
G = 20.52%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF3F25 (or 0xCF3F25) is known color: Harley Davidson Orange. HEX triplet: CF, 3F and 25. RGB value is (207,63,37). Sum of RGB (Red+Green+Blue) = 207+63+37=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3F25 is #30C0DA. Grayscale: #676767. Windows color (decimal): -3195099 or 2441167. OLE color: 2441167.

HSL color Cylindrical-coordinate representation of color #CF3F25: hue angle of 9.18º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF3F25 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 63 37 -
CMYK 0 0.70 0.82 0.19
HSL 9.18º 0.7% 0.48% -
HSV(B) 9.18º 0.82% 0.81% -
XYZ 27.84 16.95 3.56 -
YUV 103.09 90.71 202.11 -
System Red Green Blue C M Y K H S L
Decimal 207 63 37 0 0.70 0.82 0.19 9.18 0.7 0.48
Hex CF 3F 25 0 46 52 13 9 46 30
Octal 317 77 45 0 106 122 23 11 106 60
Binary 11001111 111111 100101 0 1000110 1010010 10011 1001 1000110 110000

Color Harmonies of #CF3F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3F25

Black with #CF3F25

Text Example


Text Example

White with #CF3F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3F25; }

 p { color: rgb(207,63,37); }

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

background-color css

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

 a { background-color: rgb(207,63,37); }

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

border-color css

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

 span { border-color: rgb(207,63,37); }

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