Html Css Color HEX #AF2735 Cardinal

📋 copy color: '#AF2735'

red 175 ◦ green 39 ◦ blue 53

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

Shades of Cardinal #AF2735

Tints of Cardinal #AF2735

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.61%

 BLUE value IS 53 (21.09% from 255) = 19.85%

R = 65.54%
G = 14.61%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF2735 (or 0xAF2735) is known color: Cardinal. HEX triplet: AF, 27 and 35. RGB value is (175,39,53). Sum of RGB (Red+Green+Blue) = 175+39+53=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2735 is #50D8CA. Grayscale: #515151. Windows color (decimal): -5298379 or 3483567. OLE color: 3483567.

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

Color convert

RGB 175 39 53 -
CMYK 0 0.78 0.70 0.31
HSL 353.82º 0.64% 0.42% -
HSV(B) 353.82º 0.78% 0.69% -
XYZ 19.05 10.82 4.45 -
YUV 81.26 112.06 194.86 -
System Red Green Blue C M Y K H S L
Decimal 175 39 53 0 0.78 0.70 0.31 353.82 0.64 0.42
Hex AF 27 35 0 4E 46 1F 162 40 2A
Octal 257 47 65 0 116 106 37 542 100 52
Binary 10101111 100111 110101 0 1001110 1000110 11111 101100010 1000000 101010

Color Harmonies of #AF2735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2735

Black with #AF2735

Text Example


Text Example

White with #AF2735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2735; }

 p { color: rgb(175,39,53); }

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

background-color css

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

 a { background-color: rgb(175,39,53); }

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

border-color css

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

 span { border-color: rgb(175,39,53); }

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