Html Css Color HEX #CF2315 Harley Davidson Orange

📋 copy color: '#CF2315'

red 207 ◦ green 35 ◦ blue 21

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

Shades of Harley Davidson Orange #CF2315

Tints of Harley Davidson Orange #CF2315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.31%

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

R = 78.71%
G = 13.31%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF2315 (or 0xCF2315) is known color: Harley Davidson Orange. HEX triplet: CF, 23 and 15. RGB value is (207,35,21). Sum of RGB (Red+Green+Blue) = 207+35+21=263 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.71% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2315 is #30DCEA. Grayscale: #555555. Windows color (decimal): -3202283 or 1385423. OLE color: 1385423.

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

Color convert

RGB 207 35 21 -
CMYK 0 0.83 0.90 0.19
HSL 4.52º 0.82% 0.45% -
HSV(B) 4.52º 0.9% 0.81% -
XYZ 26.47 14.52 2.12 -
YUV 84.83 91.98 215.14 -
System Red Green Blue C M Y K H S L
Decimal 207 35 21 0 0.83 0.90 0.19 4.52 0.82 0.45
Hex CF 23 15 0 53 5A 13 5 52 2D
Octal 317 43 25 0 123 132 23 5 122 55
Binary 11001111 100011 10101 0 1010011 1011010 10011 101 1010010 101101

Color Harmonies of #CF2315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2315

Black with #CF2315

Text Example


Text Example

White with #CF2315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2315; }

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

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

background-color css

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

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

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

border-color css

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

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

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