Html Css Color HEX #CF1A35 Cardinal

📋 copy color: '#CF1A35'

red 207 ◦ green 26 ◦ blue 53

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

Shades of Cardinal #CF1A35

Tints of Cardinal #CF1A35

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.09%

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

R = 72.38%
G = 9.09%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF1A35 (or 0xCF1A35) is known color: Cardinal. HEX triplet: CF, 1A and 35. RGB value is (207,26,53). Sum of RGB (Red+Green+Blue) = 207+26+53=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1A35 is #30E5CA. Grayscale: #535353. Windows color (decimal): -3204555 or 3480271. OLE color: 3480271.

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

Color convert

RGB 207 26 53 -
CMYK 0 0.87 0.74 0.19
HSL 351.05º 0.78% 0.46% -
HSV(B) 351.05º 0.87% 0.81% -
XYZ 26.74 14.26 4.71 -
YUV 83.2 110.97 216.3 -
System Red Green Blue C M Y K H S L
Decimal 207 26 53 0 0.87 0.74 0.19 351.05 0.78 0.46
Hex CF 1A 35 0 57 4A 13 15F 4E 2E
Octal 317 32 65 0 127 112 23 537 116 56
Binary 11001111 11010 110101 0 1010111 1001010 10011 101011111 1001110 101110

Color Harmonies of #CF1A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1A35

Black with #CF1A35

Text Example


Text Example

White with #CF1A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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