Html Css Color HEX #CF3713 Harley Davidson Orange

📋 copy color: '#CF3713'

red 207 ◦ green 55 ◦ blue 19

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

Shades of Harley Davidson Orange #CF3713

Tints of Harley Davidson Orange #CF3713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.57%

 BLUE value IS 19 (7.81% from 255) = 6.76%

R = 73.67%
G = 19.57%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF3713 (or 0xCF3713) is known color: Harley Davidson Orange. HEX triplet: CF, 37 and 13. RGB value is (207,55,19). Sum of RGB (Red+Green+Blue) = 207+55+19=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3713 is #30C8EC. Grayscale: #606060. Windows color (decimal): -3197165 or 1259471. OLE color: 1259471.

HSL color Cylindrical-coordinate representation of color #CF3713: hue angle of 11.49º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF3713 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 55 19 -
CMYK 0 0.73 0.91 0.19
HSL 11.49º 0.83% 0.44% -
HSV(B) 11.49º 0.91% 0.81% -
XYZ 27.22 16.04 2.28 -
YUV 96.34 84.36 206.93 -
System Red Green Blue C M Y K H S L
Decimal 207 55 19 0 0.73 0.91 0.19 11.49 0.83 0.44
Hex CF 37 13 0 49 5B 13 B 53 2C
Octal 317 67 23 0 111 133 23 13 123 54
Binary 11001111 110111 10011 0 1001001 1011011 10011 1011 1010011 101100

Color Harmonies of #CF3713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3713

Black with #CF3713

Text Example


Text Example

White with #CF3713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3713; }

 p { color: rgb(207,55,19); }

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

background-color css

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

 a { background-color: rgb(207,55,19); }

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

border-color css

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

 span { border-color: rgb(207,55,19); }

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