Html Css Color HEX #CF3C01 Harley Davidson Orange

📋 copy color: '#CF3C01'

red 207 ◦ green 60 ◦ blue 1

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

Shades of Harley Davidson Orange #CF3C01

Tints of Harley Davidson Orange #CF3C01

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.39%

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

R = 77.24%
G = 22.39%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF3C01 (or 0xCF3C01) is known color: Harley Davidson Orange. HEX triplet: CF, 3C and 01. RGB value is (207,60,1). Sum of RGB (Red+Green+Blue) = 207+60+1=268 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.24% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3C01 is #30C3FE. Grayscale: #616161. Windows color (decimal): -3195903 or 81103. OLE color: 81103.

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

Color convert

RGB 207 60 1 -
CMYK 0 0.71 1.00 0.19
HSL 17.18º 0.99% 0.41% -
HSV(B) 17.18º 1% 0.81% -
XYZ 27.35 16.5 1.77 -
YUV 97.23 73.7 206.3 -
System Red Green Blue C M Y K H S L
Decimal 207 60 1 0 0.71 1.00 0.19 17.18 0.99 0.41
Hex CF 3C 1 0 47 64 13 11 63 29
Octal 317 74 1 0 107 144 23 21 143 51
Binary 11001111 111100 1 0 1000111 1100100 10011 10001 1100011 101001

Color Harmonies of #CF3C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3C01

Black with #CF3C01

Text Example


Text Example

White with #CF3C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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