Html Css Color HEX #CA403F Persian Red

📋 copy color: '#CA403F'

red 202 ◦ green 64 ◦ blue 63

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

Shades of Persian Red #CA403F

Tints of Persian Red #CA403F

RGB

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

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

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

R = 61.4%
G = 19.45%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA403F (or 0xCA403F) is known color: Persian Red. HEX triplet: CA, 40 and 3F. RGB value is (202,64,63). Sum of RGB (Red+Green+Blue) = 202+64+63=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA403F is #35BFC0. Grayscale: #696969. Windows color (decimal): -3522497 or 4145354. OLE color: 4145354.

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

Color convert

RGB 202 64 63 -
CMYK 0 0.68 0.69 0.21
HSL 0.43º 0.57% 0.52% -
HSV(B) 0.43º 0.69% 0.79% -
XYZ 27.09 16.58 6.48 -
YUV 105.15 104.22 197.08 -
System Red Green Blue C M Y K H S L
Decimal 202 64 63 0 0.68 0.69 0.21 0.43 0.57 0.52
Hex CA 40 3F 0 44 45 15 0 39 34
Octal 312 100 77 0 104 105 25 0 71 64
Binary 11001010 1000000 111111 0 1000100 1000101 10101 0 111001 110100

Color Harmonies of #CA403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA403F

Black with #CA403F

Text Example


Text Example

White with #CA403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA403F; }

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

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

background-color css

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

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

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

border-color css

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

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

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