Html Css Color HEX #CA4031 Persian Red

📋 copy color: '#CA4031'

red 202 ◦ green 64 ◦ blue 49

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

Shades of Persian Red #CA4031

Tints of Persian Red #CA4031

RGB

 RED value IS 202 (79.3% from 255) = 64.13%

 GREEN value IS 64 (25.39% from 255) = 20.32%

 BLUE value IS 49 (19.53% from 255) = 15.56%

R = 64.13%
G = 20.32%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA4031 (or 0xCA4031) is known color: Persian Red. HEX triplet: CA, 40 and 31. RGB value is (202,64,49). Sum of RGB (Red+Green+Blue) = 202+64+49=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4031 is #35BFCE. Grayscale: #676767. Windows color (decimal): -3522511 or 3227850. OLE color: 3227850.

HSL color Cylindrical-coordinate representation of color #CA4031: hue angle of 5.88º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA4031 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 64 49 -
CMYK 0 0.68 0.76 0.21
HSL 5.88º 0.61% 0.49% -
HSV(B) 5.88º 0.76% 0.79% -
XYZ 26.74 16.45 4.67 -
YUV 103.55 97.22 198.22 -
System Red Green Blue C M Y K H S L
Decimal 202 64 49 0 0.68 0.76 0.21 5.88 0.61 0.49
Hex CA 40 31 0 44 4C 15 6 3D 31
Octal 312 100 61 0 104 114 25 6 75 61
Binary 11001010 1000000 110001 0 1000100 1001100 10101 110 111101 110001

Color Harmonies of #CA4031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4031

Black with #CA4031

Text Example


Text Example

White with #CA4031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4031; }

 p { color: rgb(202,64,49); }

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

background-color css

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

 a { background-color: rgb(202,64,49); }

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

border-color css

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

 span { border-color: rgb(202,64,49); }

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