Html Css Color HEX #AF253D Cardinal

📋 copy color: '#AF253D'

red 175 ◦ green 37 ◦ blue 61

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

Shades of Cardinal #AF253D

Tints of Cardinal #AF253D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.34%

R = 64.1%
G = 13.55%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF253D (or 0xAF253D) is known color: Cardinal. HEX triplet: AF, 25 and 3D. RGB value is (175,37,61). Sum of RGB (Red+Green+Blue) = 175+37+61=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF253D is #50DAC2. Grayscale: #515151. Windows color (decimal): -5298883 or 4007343. OLE color: 4007343.

HSL color Cylindrical-coordinate representation of color #AF253D: hue angle of 349.57º 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 #AF253D is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 37 61 -
CMYK 0 0.79 0.65 0.31
HSL 349.57º 0.65% 0.42% -
HSV(B) 349.57º 0.79% 0.69% -
XYZ 19.18 10.77 5.48 -
YUV 81 116.72 195.05 -
System Red Green Blue C M Y K H S L
Decimal 175 37 61 0 0.79 0.65 0.31 349.57 0.65 0.42
Hex AF 25 3D 0 4F 41 1F 15E 41 2A
Octal 257 45 75 0 117 101 37 536 101 52
Binary 10101111 100101 111101 0 1001111 1000001 11111 101011110 1000001 101010

Color Harmonies of #AF253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF253D

Black with #AF253D

Text Example


Text Example

White with #AF253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF253D; }

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

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

background-color css

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

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

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

border-color css

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

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

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