Html Css Color HEX #CB2725 Persian Red

📋 copy color: '#CB2725'

red 203 ◦ green 39 ◦ blue 37

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

Shades of Persian Red #CB2725

Tints of Persian Red #CB2725

RGB

 RED value IS 203 (79.69% from 255) = 72.76%

 GREEN value IS 39 (15.63% from 255) = 13.98%

 BLUE value IS 37 (14.84% from 255) = 13.26%

R = 72.76%
G = 13.98%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB2725 (or 0xCB2725) is known color: Persian Red. HEX triplet: CB, 27 and 25. RGB value is (203,39,37). Sum of RGB (Red+Green+Blue) = 203+39+37=279 (36% of max value = 765). Red value is 203 (79.69% from 255 or 72.76% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2725 is #34D8DA. Grayscale: #575757. Windows color (decimal): -3463387 or 2435019. OLE color: 2435019.

HSL color Cylindrical-coordinate representation of color #CB2725: hue angle of 0.72º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2725 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 39 37 -
CMYK 0 0.81 0.82 0.20
HSL 0.72º 0.69% 0.47% -
HSV(B) 0.72º 0.82% 0.8% -
XYZ 25.69 14.28 3.15 -
YUV 87.81 99.33 210.16 -
System Red Green Blue C M Y K H S L
Decimal 203 39 37 0 0.81 0.82 0.20 0.72 0.69 0.47
Hex CB 27 25 0 51 52 14 1 45 2F
Octal 313 47 45 0 121 122 24 1 105 57
Binary 11001011 100111 100101 0 1010001 1010010 10100 1 1000101 101111

Color Harmonies of #CB2725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2725

Black with #CB2725

Text Example


Text Example

White with #CB2725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2725; }

 p { color: rgb(203,39,37); }

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

background-color css

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

 a { background-color: rgb(203,39,37); }

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

border-color css

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

 span { border-color: rgb(203,39,37); }

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