Html Css Color HEX #CF231D Harley Davidson Orange

📋 copy color: '#CF231D'

red 207 ◦ green 35 ◦ blue 29

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

Shades of Harley Davidson Orange #CF231D

Tints of Harley Davidson Orange #CF231D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.7%

R = 76.38%
G = 12.92%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF231D (or 0xCF231D) is known color: Harley Davidson Orange. HEX triplet: CF, 23 and 1D. RGB value is (207,35,29). Sum of RGB (Red+Green+Blue) = 207+35+29=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF231D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF231D is #30DCE2. Grayscale: #555555. Windows color (decimal): -3202275 or 1909711. OLE color: 1909711.

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

Color convert

RGB 207 35 29 -
CMYK 0 0.83 0.86 0.19
HSL 2.02º 0.75% 0.46% -
HSV(B) 2.02º 0.86% 0.81% -
XYZ 26.55 14.56 2.57 -
YUV 85.74 95.98 214.49 -
System Red Green Blue C M Y K H S L
Decimal 207 35 29 0 0.83 0.86 0.19 2.02 0.75 0.46
Hex CF 23 1D 0 53 56 13 2 4B 2E
Octal 317 43 35 0 123 126 23 2 113 56
Binary 11001111 100011 11101 0 1010011 1010110 10011 10 1001011 101110

Color Harmonies of #CF231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF231D

Black with #CF231D

Text Example


Text Example

White with #CF231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF231D; }

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

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

background-color css

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

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

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

border-color css

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

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

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