Html Css Color HEX #CA4038 Persian Red

📋 copy color: '#CA4038'

red 202 ◦ green 64 ◦ blue 56

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

Shades of Persian Red #CA4038

Tints of Persian Red #CA4038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.39%

R = 62.73%
G = 19.88%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA4038 (or 0xCA4038) is known color: Persian Red. HEX triplet: CA, 40 and 38. RGB value is (202,64,56). Sum of RGB (Red+Green+Blue) = 202+64+56=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4038 is #35BFC7. Grayscale: #686868. Windows color (decimal): -3522504 or 3686602. OLE color: 3686602.

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

Color convert

RGB 202 64 56 -
CMYK 0 0.68 0.72 0.21
HSL 3.29º 0.58% 0.51% -
HSV(B) 3.29º 0.72% 0.79% -
XYZ 26.9 16.51 5.51 -
YUV 104.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 202 64 56 0 0.68 0.72 0.21 3.29 0.58 0.51
Hex CA 40 38 0 44 48 15 3 3A 33
Octal 312 100 70 0 104 110 25 3 72 63
Binary 11001010 1000000 111000 0 1000100 1001000 10101 11 111010 110011

Color Harmonies of #CA4038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4038

Black with #CA4038

Text Example


Text Example

White with #CA4038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4038; }

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

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

background-color css

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

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

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

border-color css

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

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

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