Html Css Color HEX #CF421C Harley Davidson Orange

📋 copy color: '#CF421C'

red 207 ◦ green 66 ◦ blue 28

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

Shades of Harley Davidson Orange #CF421C

Tints of Harley Davidson Orange #CF421C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.93%

 BLUE value IS 28 (11.33% from 255) = 9.3%

R = 68.77%
G = 21.93%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF421C (or 0xCF421C) is known color: Harley Davidson Orange. HEX triplet: CF, 42 and 1C. RGB value is (207,66,28). Sum of RGB (Red+Green+Blue) = 207+66+28=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF421C is #30BDE3. Grayscale: #686868. Windows color (decimal): -3194340 or 1852111. OLE color: 1852111.

HSL color Cylindrical-coordinate representation of color #CF421C: hue angle of 12.74º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF421C is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 66 28 -
CMYK 0 0.68 0.86 0.19
HSL 12.74º 0.76% 0.46% -
HSV(B) 12.74º 0.86% 0.81% -
XYZ 27.89 17.25 2.96 -
YUV 103.83 85.21 201.59 -
System Red Green Blue C M Y K H S L
Decimal 207 66 28 0 0.68 0.86 0.19 12.74 0.76 0.46
Hex CF 42 1C 0 44 56 13 D 4C 2E
Octal 317 102 34 0 104 126 23 15 114 56
Binary 11001111 1000010 11100 0 1000100 1010110 10011 1101 1001100 101110

Color Harmonies of #CF421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF421C

Black with #CF421C

Text Example


Text Example

White with #CF421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF421C; }

 p { color: rgb(207,66,28); }

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

background-color css

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

 a { background-color: rgb(207,66,28); }

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

border-color css

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

 span { border-color: rgb(207,66,28); }

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