Html Css Color HEX #CF380D Harley Davidson Orange

📋 copy color: '#CF380D'

red 207 ◦ green 56 ◦ blue 13

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

Shades of Harley Davidson Orange #CF380D

Tints of Harley Davidson Orange #CF380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.29%

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

R = 75%
G = 20.29%
B = 4.71%

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

#CF380D (or 0xCF380D) is known color: Harley Davidson Orange. HEX triplet: CF, 38 and 0D. RGB value is (207,56,13). Sum of RGB (Red+Green+Blue) = 207+56+13=276 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 207 - color contains mainly: red. Hex color #CF380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF380D is #30C7F2. Grayscale: #606060. Windows color (decimal): -3196915 or 866511. OLE color: 866511.

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

Color convert

RGB 207 56 13 -
CMYK 0 0.73 0.94 0.19
HSL 13.3º 0.88% 0.43% -
HSV(B) 13.3º 0.94% 0.81% -
XYZ 27.22 16.12 2.06 -
YUV 96.25 81.03 207 -
System Red Green Blue C M Y K H S L
Decimal 207 56 13 0 0.73 0.94 0.19 13.3 0.88 0.43
Hex CF 38 D 0 49 5E 13 D 58 2B
Octal 317 70 15 0 111 136 23 15 130 53
Binary 11001111 111000 1101 0 1001001 1011110 10011 1101 1011000 101011

Color Harmonies of #CF380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF380D

Black with #CF380D

Text Example


Text Example

White with #CF380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF380D; }

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

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

background-color css

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

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

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

border-color css

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

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

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