Html Css Color HEX #CF3601 Harley Davidson Orange

📋 copy color: '#CF3601'

red 207 ◦ green 54 ◦ blue 1

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

Shades of Harley Davidson Orange #CF3601

Tints of Harley Davidson Orange #CF3601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.61%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 79.01%
G = 20.61%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF3601 (or 0xCF3601) is known color: Harley Davidson Orange. HEX triplet: CF, 36 and 01. RGB value is (207,54,1). Sum of RGB (Red+Green+Blue) = 207+54+1=262 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.01% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3601 is #30C9FE. Grayscale: #5E5E5E. Windows color (decimal): -3197439 or 79567. OLE color: 79567.

HSL color Cylindrical-coordinate representation of color #CF3601: hue angle of 15.44º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF3601 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 54 1 -
CMYK 0 0.74 1.00 0.19
HSL 15.44º 0.99% 0.41% -
HSV(B) 15.44º 1% 0.81% -
XYZ 27.06 15.91 1.67 -
YUV 93.71 75.69 208.81 -
System Red Green Blue C M Y K H S L
Decimal 207 54 1 0 0.74 1.00 0.19 15.44 0.99 0.41
Hex CF 36 1 0 4A 64 13 F 63 29
Octal 317 66 1 0 112 144 23 17 143 51
Binary 11001111 110110 1 0 1001010 1100100 10011 1111 1100011 101001

Color Harmonies of #CF3601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3601

Black with #CF3601

Text Example


Text Example

White with #CF3601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3601; }

 p { color: rgb(207,54,1); }

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

background-color css

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

 a { background-color: rgb(207,54,1); }

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

border-color css

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

 span { border-color: rgb(207,54,1); }

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