Html Css Color HEX #CF370D Harley Davidson Orange

📋 copy color: '#CF370D'

red 207 ◦ green 55 ◦ blue 13

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

Shades of Harley Davidson Orange #CF370D

Tints of Harley Davidson Orange #CF370D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.73%

R = 75.27%
G = 20%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF370D (or 0xCF370D) is known color: Harley Davidson Orange. HEX triplet: CF, 37 and 0D. RGB value is (207,55,13). Sum of RGB (Red+Green+Blue) = 207+55+13=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF370D is #30C8F2. Grayscale: #5F5F5F. Windows color (decimal): -3197171 or 866255. OLE color: 866255.

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

Color convert

RGB 207 55 13 -
CMYK 0 0.73 0.94 0.19
HSL 12.99º 0.88% 0.43% -
HSV(B) 12.99º 0.94% 0.81% -
XYZ 27.17 16.03 2.04 -
YUV 95.66 81.36 207.42 -
System Red Green Blue C M Y K H S L
Decimal 207 55 13 0 0.73 0.94 0.19 12.99 0.88 0.43
Hex CF 37 D 0 49 5E 13 D 58 2B
Octal 317 67 15 0 111 136 23 15 130 53
Binary 11001111 110111 1101 0 1001001 1011110 10011 1101 1011000 101011

Color Harmonies of #CF370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF370D

Black with #CF370D

Text Example


Text Example

White with #CF370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF370D; }

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

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

background-color css

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

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

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

border-color css

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

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

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