Html Css Color HEX #AF0F41 Cardinal

📋 copy color: '#AF0F41'

red 175 ◦ green 15 ◦ blue 65

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

Shades of Cardinal #AF0F41

Tints of Cardinal #AF0F41

RGB

 RED value IS 175 (68.75% from 255) = 68.63%

 GREEN value IS 15 (6.25% from 255) = 5.88%

 BLUE value IS 65 (25.78% from 255) = 25.49%

R = 68.63%
G = 5.88%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF0F41 (or 0xAF0F41) is known color: Cardinal. HEX triplet: AF, 0F and 41. RGB value is (175,15,65). Sum of RGB (Red+Green+Blue) = 175+15+65=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F41 is #50F0BE. Grayscale: #444444. Windows color (decimal): -5304511 or 4263855. OLE color: 4263855.

HSL color Cylindrical-coordinate representation of color #AF0F41: hue angle of 341.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF0F41 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 15 65 -
CMYK 0 0.91 0.63 0.31
HSL 341.25º 0.84% 0.37% -
HSV(B) 341.25º 0.91% 0.69% -
XYZ 18.8 9.84 5.91 -
YUV 68.54 126.01 203.93 -
System Red Green Blue C M Y K H S L
Decimal 175 15 65 0 0.91 0.63 0.31 341.25 0.84 0.37
Hex AF F 41 0 5B 3F 1F 155 54 25
Octal 257 17 101 0 133 77 37 525 124 45
Binary 10101111 1111 1000001 0 1011011 111111 11111 101010101 1010100 100101

Color Harmonies of #AF0F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0F41

Black with #AF0F41

Text Example


Text Example

White with #AF0F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0F41; }

 p { color: rgb(175,15,65); }

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

background-color css

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

 a { background-color: rgb(175,15,65); }

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

border-color css

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

 span { border-color: rgb(175,15,65); }

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