Html Css Color HEX #CF2535 Cardinal

📋 copy color: '#CF2535'

red 207 ◦ green 37 ◦ blue 53

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

Shades of Cardinal #CF2535

Tints of Cardinal #CF2535

RGB

 RED value IS 207 (81.25% from 255) = 69.7%

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

 BLUE value IS 53 (21.09% from 255) = 17.85%

R = 69.7%
G = 12.46%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF2535 (or 0xCF2535) is known color: Cardinal. HEX triplet: CF, 25 and 35. RGB value is (207,37,53). Sum of RGB (Red+Green+Blue) = 207+37+53=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2535 is #30DACA. Grayscale: #595959. Windows color (decimal): -3201739 or 3483087. OLE color: 3483087.

HSL color Cylindrical-coordinate representation of color #CF2535: hue angle of 354.35º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2535 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 37 53 -
CMYK 0 0.82 0.74 0.19
HSL 354.35º 0.7% 0.48% -
HSV(B) 354.35º 0.82% 0.81% -
XYZ 27.04 14.85 4.81 -
YUV 89.65 107.32 211.7 -
System Red Green Blue C M Y K H S L
Decimal 207 37 53 0 0.82 0.74 0.19 354.35 0.7 0.48
Hex CF 25 35 0 52 4A 13 162 46 30
Octal 317 45 65 0 122 112 23 542 106 60
Binary 11001111 100101 110101 0 1010010 1001010 10011 101100010 1000110 110000

Color Harmonies of #CF2535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2535

Black with #CF2535

Text Example


Text Example

White with #CF2535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2535; }

 p { color: rgb(207,37,53); }

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

background-color css

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

 a { background-color: rgb(207,37,53); }

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

border-color css

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

 span { border-color: rgb(207,37,53); }

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