Html Css Color HEX #CA392B Persian Red

📋 copy color: '#CA392B'

red 202 ◦ green 57 ◦ blue 43

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

Shades of Persian Red #CA392B

Tints of Persian Red #CA392B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.87%

 BLUE value IS 43 (17.19% from 255) = 14.24%

R = 66.89%
G = 18.87%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA392B (or 0xCA392B) is known color: Persian Red. HEX triplet: CA, 39 and 2B. RGB value is (202,57,43). Sum of RGB (Red+Green+Blue) = 202+57+43=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA392B is #35C6D4. Grayscale: #626262. Windows color (decimal): -3524309 or 2832842. OLE color: 2832842.

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

Color convert

RGB 202 57 43 -
CMYK 0 0.72 0.79 0.21
HSL 5.28º 0.65% 0.48% -
HSV(B) 5.28º 0.79% 0.79% -
XYZ 26.26 15.66 3.92 -
YUV 98.76 96.54 201.64 -
System Red Green Blue C M Y K H S L
Decimal 202 57 43 0 0.72 0.79 0.21 5.28 0.65 0.48
Hex CA 39 2B 0 48 4F 15 5 41 30
Octal 312 71 53 0 110 117 25 5 101 60
Binary 11001010 111001 101011 0 1001000 1001111 10101 101 1000001 110000

Color Harmonies of #CA392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA392B

Black with #CA392B

Text Example


Text Example

White with #CA392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA392B; }

 p { color: rgb(202,57,43); }

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

background-color css

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

 a { background-color: rgb(202,57,43); }

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

border-color css

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

 span { border-color: rgb(202,57,43); }

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