Html Css Color HEX #AF253F Cardinal

📋 copy color: '#AF253F'

red 175 ◦ green 37 ◦ blue 63

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

Shades of Cardinal #AF253F

Tints of Cardinal #AF253F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.45%

 BLUE value IS 63 (25% from 255) = 22.91%

R = 63.64%
G = 13.45%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF253F (or 0xAF253F) is known color: Cardinal. HEX triplet: AF, 25 and 3F. RGB value is (175,37,63). Sum of RGB (Red+Green+Blue) = 175+37+63=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF253F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF253F is #50DAC0. Grayscale: #515151. Windows color (decimal): -5298881 or 4138415. OLE color: 4138415.

HSL color Cylindrical-coordinate representation of color #AF253F: hue angle of 348.7º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF253F is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 37 63 -
CMYK 0 0.79 0.64 0.31
HSL 348.7º 0.65% 0.42% -
HSV(B) 348.7º 0.79% 0.69% -
XYZ 19.24 10.8 5.77 -
YUV 81.23 117.72 194.89 -
System Red Green Blue C M Y K H S L
Decimal 175 37 63 0 0.79 0.64 0.31 348.7 0.65 0.42
Hex AF 25 3F 0 4F 40 1F 15D 41 2A
Octal 257 45 77 0 117 100 37 535 101 52
Binary 10101111 100101 111111 0 1001111 1000000 11111 101011101 1000001 101010

Color Harmonies of #AF253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF253F

Black with #AF253F

Text Example


Text Example

White with #AF253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF253F; }

 p { color: rgb(175,37,63); }

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

background-color css

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

 a { background-color: rgb(175,37,63); }

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

border-color css

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

 span { border-color: rgb(175,37,63); }

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