Html Css Color HEX #CB253A Cardinal

📋 copy color: '#CB253A'

red 203 ◦ green 37 ◦ blue 58

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

Shades of Cardinal #CB253A

Tints of Cardinal #CB253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.42%

 BLUE value IS 58 (23.05% from 255) = 19.46%

R = 68.12%
G = 12.42%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB253A (or 0xCB253A) is known color: Cardinal. HEX triplet: CB, 25 and 3A. RGB value is (203,37,58). Sum of RGB (Red+Green+Blue) = 203+37+58=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB253A is #34DAC5. Grayscale: #595959. Windows color (decimal): -3463878 or 3810763. OLE color: 3810763.

HSL color Cylindrical-coordinate representation of color #CB253A: hue angle of 352.41º 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 #CB253A is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 37 58 -
CMYK 0 0.82 0.71 0.20
HSL 352.41º 0.69% 0.47% -
HSV(B) 352.41º 0.82% 0.8% -
XYZ 26.05 14.33 5.39 -
YUV 89.03 110.5 209.29 -
System Red Green Blue C M Y K H S L
Decimal 203 37 58 0 0.82 0.71 0.20 352.41 0.69 0.47
Hex CB 25 3A 0 52 47 14 160 45 2F
Octal 313 45 72 0 122 107 24 540 105 57
Binary 11001011 100101 111010 0 1010010 1000111 10100 101100000 1000101 101111

Color Harmonies of #CB253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB253A

Black with #CB253A

Text Example


Text Example

White with #CB253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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