Html Css Color HEX #CF3B15 Harley Davidson Orange

📋 copy color: '#CF3B15'

red 207 ◦ green 59 ◦ blue 21

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

Shades of Harley Davidson Orange #CF3B15

Tints of Harley Davidson Orange #CF3B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.56%

 BLUE value IS 21 (8.59% from 255) = 7.32%

R = 72.13%
G = 20.56%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF3B15 (or 0xCF3B15) is known color: Harley Davidson Orange. HEX triplet: CF, 3B and 15. RGB value is (207,59,21). Sum of RGB (Red+Green+Blue) = 207+59+21=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3B15 is #30C4EA. Grayscale: #636363. Windows color (decimal): -3196139 or 1391567. OLE color: 1391567.

HSL color Cylindrical-coordinate representation of color #CF3B15: hue angle of 12.26º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF3B15 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 59 21 -
CMYK 0 0.71 0.90 0.19
HSL 12.26º 0.82% 0.45% -
HSV(B) 12.26º 0.9% 0.81% -
XYZ 27.43 16.45 2.44 -
YUV 98.92 84.03 205.09 -
System Red Green Blue C M Y K H S L
Decimal 207 59 21 0 0.71 0.90 0.19 12.26 0.82 0.45
Hex CF 3B 15 0 47 5A 13 C 52 2D
Octal 317 73 25 0 107 132 23 14 122 55
Binary 11001111 111011 10101 0 1000111 1011010 10011 1100 1010010 101101

Color Harmonies of #CF3B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3B15

Black with #CF3B15

Text Example


Text Example

White with #CF3B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3B15; }

 p { color: rgb(207,59,21); }

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

background-color css

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

 a { background-color: rgb(207,59,21); }

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

border-color css

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

 span { border-color: rgb(207,59,21); }

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