Html Css Color HEX #CA3837 Persian Red

📋 copy color: '#CA3837'

red 202 ◦ green 56 ◦ blue 55

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

Shades of Persian Red #CA3837

Tints of Persian Red #CA3837

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.89%

 BLUE value IS 55 (21.88% from 255) = 17.57%

R = 64.54%
G = 17.89%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA3837 (or 0xCA3837) is known color: Persian Red. HEX triplet: CA, 38 and 37. RGB value is (202,56,55). Sum of RGB (Red+Green+Blue) = 202+56+55=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3837 is #35C7C8. Grayscale: #636363. Windows color (decimal): -3524553 or 3619018. OLE color: 3619018.

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

Color convert

RGB 202 56 55 -
CMYK 0 0.72 0.73 0.21
HSL 0.41º 0.58% 0.5% -
HSV(B) 0.41º 0.73% 0.79% -
XYZ 26.46 15.66 5.24 -
YUV 99.54 102.87 201.08 -
System Red Green Blue C M Y K H S L
Decimal 202 56 55 0 0.72 0.73 0.21 0.41 0.58 0.5
Hex CA 38 37 0 48 49 15 0 3A 32
Octal 312 70 67 0 110 111 25 0 72 62
Binary 11001010 111000 110111 0 1001000 1001001 10101 0 111010 110010

Color Harmonies of #CA3837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3837

Black with #CA3837

Text Example


Text Example

White with #CA3837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3837; }

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

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

background-color css

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

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

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

border-color css

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

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

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