Html Css Color HEX #CF380B Harley Davidson Orange

📋 copy color: '#CF380B'

red 207 ◦ green 56 ◦ blue 11

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

Shades of Harley Davidson Orange #CF380B

Tints of Harley Davidson Orange #CF380B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.01%

R = 75.55%
G = 20.44%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF380B (or 0xCF380B) is known color: Harley Davidson Orange. HEX triplet: CF, 38 and 0B. RGB value is (207,56,11). Sum of RGB (Red+Green+Blue) = 207+56+11=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF380B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF380B is #30C7F4. Grayscale: #606060. Windows color (decimal): -3196917 or 735439. OLE color: 735439.

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

Color convert

RGB 207 56 11 -
CMYK 0 0.73 0.95 0.19
HSL 13.78º 0.9% 0.43% -
HSV(B) 13.78º 0.95% 0.81% -
XYZ 27.21 16.12 1.99 -
YUV 96.02 80.03 207.16 -
System Red Green Blue C M Y K H S L
Decimal 207 56 11 0 0.73 0.95 0.19 13.78 0.9 0.43
Hex CF 38 B 0 49 5F 13 E 5A 2B
Octal 317 70 13 0 111 137 23 16 132 53
Binary 11001111 111000 1011 0 1001001 1011111 10011 1110 1011010 101011

Color Harmonies of #CF380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF380B

Black with #CF380B

Text Example


Text Example

White with #CF380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF380B; }

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

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

background-color css

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

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

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

border-color css

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

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

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